We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc0be7 commit 8918ab3Copy full SHA for 8918ab3
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,11 @@
1
name: Open State CI/CD
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - '*'
7
+ tags:
8
9
10
jobs:
11
0 commit comments