Skip to content

Commit 29be59c

Browse files
authored
re-enable gql data update
1 parent 104a2f1 commit 29be59c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/update-gql-data.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: update-gql-data
2-
on: workflow_dispatch
3-
# push:
4-
# branches:
5-
# - master
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
67
jobs:
78
update-gql-data:
89
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)