Skip to content

Commit 4e98558

Browse files
authored
Enable CI when PR targets non-develop branch (#5649)
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 20edf79 commit 4e98558

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

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

7-
on:
8-
push:
9-
branches: ["develop"]
10-
pull_request: { }
11-
workflow_dispatch: { }
7+
on: [push, pull_request, workflow_dispatch]
128

139
permissions:
1410
actions: read

0 commit comments

Comments
 (0)