We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a7106 commit 6b3605bCopy full SHA for 6b3605b
1 file changed
.github/workflows/ci-push.yml
@@ -1,6 +1,11 @@
1
name: CI Push
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - develop
7
+ pull_request:
8
+
9
10
jobs:
11
build:
0 commit comments