Skip to content

Commit 83a1570

Browse files
committed
Merge branch 'develop' into break/operators
2 parents edccb6c + 4e98558 commit 83a1570

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)