Skip to content

Commit e1684dd

Browse files
committed
Correct schema triggers for graphql modules
1 parent 934aa9a commit e1684dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/schema_trigger.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Trigger schema workflow
22

33
on:
4-
push: {}
4+
push:
5+
tags: [ v10.* ]
56

67
jobs:
78
documentation_schema:

0 commit comments

Comments
 (0)