Skip to content

Commit

Permalink
fix(ci): run tests workflows when PR is added to merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Apr 27, 2023
1 parent c88860c commit 5e678b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Godwoken Tests

on:
merge_group:
types: [checks_requested]
push:
branches: [develop, master, ci, "v1*"]
tags: ["v*.*.*"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gwos-evm-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GWOS EVM MainCI

on:
merge_group:
types: [checks_requested]
push:
branches-ignore:
- fuzz*
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Scripts test

on:
merge_group:
types: [checks_requested]
push:
paths:
- 'gwos/**'
Expand Down

0 comments on commit 5e678b1

Please sign in to comment.