Skip to content

Commit b9ee6a7

Browse files
Modify enforce-ticket workflow to trigger on push events
1 parent 1c19636 commit b9ee6a7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/enforce-ticket.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: 'Enforce Ticket'
22
on:
3-
pull_request:
4-
types: [opened, edited, reopened, synchronize]
3+
push:
54

65
concurrency:
7-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+
group: ${{ github.workflow }}-${{ github.ref }}
87
cancel-in-progress: true
98

109
jobs:

0 commit comments

Comments
 (0)