Skip to content

Commit c77977f

Browse files
committed
Run actions on any pull request, not just those going to master
1 parent 4f8e7d8 commit c77977f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches: ["master"]
99
pull_request:
10-
branches: ["master"]
1110
workflow_dispatch:
1211

1312
defaults:

.github/workflows/testsuite.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches: ["master"]
99
pull_request:
10-
branches: ["master"]
1110
workflow_dispatch:
1211

1312
defaults:

0 commit comments

Comments
 (0)