We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eede1 commit 257c0e4Copy full SHA for 257c0e4
1 file changed
.github/workflows/aot-check.yml
@@ -3,14 +3,14 @@ name: "AOT Check"
3
on:
4
workflow_dispatch: # Allows manual triggering of workflow
5
push:
6
- branches: [ "dev" ]
+ branches: [ "dev", "dev8x" ]
7
pull_request:
8
types:
9
- opened
10
- synchronize
11
- reopened
12
- ready_for_review
13
14
15
jobs:
16
analyze:
0 commit comments