We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9884ea commit 0fb3a5aCopy full SHA for 0fb3a5a
.github/workflows/ci.yml
@@ -1,3 +1,10 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches: [ master, main, feature/** ]
6
+ pull_request:
7
8
jobs:
9
test:
10
runs-on: ubuntu-latest
0 commit comments