Skip to content

Commit d9e4008

Browse files
committed
Enable CI when PR targets non-develop branch
Signed-off-by: Nicholas Gates <[email protected]>
2 parents b1bfde8 + 83a1570 commit d9e4008

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
66

7-
on:
8-
push: { }
9-
pull_request: { }
10-
workflow_dispatch: { }
7+
on: [push, pull_request, workflow_dispatch]
118

129
permissions:
1310
actions: read

0 commit comments

Comments
 (0)