We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36697 commit 40c7f74Copy full SHA for 40c7f74
.github/workflows/CI.yml
@@ -3,6 +3,7 @@ name: CI
3
on:
4
pull_request:
5
types: [opened, synchronize]
6
+ branches: [develop, releases/**]
7
8
permissions: read-all
9
0 commit comments