There was an error while loading. Please reload this page.
1 parent 811e57f commit ccfba1dCopy full SHA for ccfba1d
.github/workflows/check.yml
@@ -1,6 +1,9 @@
1
name: CI Check
2
3
-on: [ push ]
+on:
4
+ push:
5
+ pull_request:
6
+ branches: [ master ]
7
8
concurrency:
9
group: ${{ github.ref }}
0 commit comments