Skip to content

Commit 257c0e4

Browse files
authored
Add 'dev8x' branch to workflow triggers
1 parent b6eede1 commit 257c0e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aot-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: "AOT Check"
33
on:
44
workflow_dispatch: # Allows manual triggering of workflow
55
push:
6-
branches: [ "dev" ]
6+
branches: [ "dev", "dev8x" ]
77
pull_request:
88
types:
99
- opened
1010
- synchronize
1111
- reopened
1212
- ready_for_review
13-
branches: [ "dev" ]
13+
branches: [ "dev", "dev8x" ]
1414

1515
jobs:
1616
analyze:

0 commit comments

Comments
 (0)