We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547f67b commit cf55c69Copy full SHA for cf55c69
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,11 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
+ pull_request:
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments