Skip to content

Commit 7735254

Browse files
committed
ci: Disable ci branches from the PR trigger do avoid duplicate runs
1 parent 6c06626 commit 7735254

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests-and-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: # Made towards the following
66
- main
77
- dev*
8+
branches-ignore: # Exclude these source branches to avoid duplicate runs
9+
- ci/*
810
types: # Only on the following activity
911
- opened
1012
- synchronize # Changes to the branch like new commits, ammends, etc.

0 commit comments

Comments
 (0)