We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c06626 commit 7735254Copy full SHA for 7735254
.github/workflows/run-tests-and-package.yml
@@ -5,6 +5,8 @@ on:
5
branches: # Made towards the following
6
- main
7
- dev*
8
+ branches-ignore: # Exclude these source branches to avoid duplicate runs
9
+ - ci/*
10
types: # Only on the following activity
11
- opened
12
- synchronize # Changes to the branch like new commits, ammends, etc.
0 commit comments