Skip to content

Commit abdc583

Browse files
ci: stop running release during the outside PRs
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 6e46312 commit abdc583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/graphql_flutter_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
tags:
77
- graphql_flutter-v*
8-
pull_request:
8+
push:
99
workflow_run:
1010
workflows:
1111
- "graphql-flutter Dart Code sanity check"

.github/workflows/graphql_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
tags:
77
- graphql-v*
8-
pull_request:
8+
push:
99
workflow_run:
1010
workflows:
1111
- "graphql Test case"

0 commit comments

Comments
 (0)