We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104a2f1 commit 29be59cCopy full SHA for 29be59c
1 file changed
.github/workflows/update-gql-data.yml
@@ -1,8 +1,9 @@
1
name: update-gql-data
2
-on: workflow_dispatch
3
-# push:
4
-# branches:
5
-# - master
+on:
+ workflow_dispatch:
+ push:
+ branches:
6
+ - master
7
jobs:
8
update-gql-data:
9
runs-on: ubuntu-22.04
0 commit comments