Skip to content

Commit 7cbbc8c

Browse files
committed
XXX: Fix triggers.
1 parent 8e137f4 commit 7cbbc8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/llvm-ts-run.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
types:
1515
- completed
1616
branches:
17-
- "master"
17+
- "*"
1818

1919
jobs:
2020
test:
@@ -23,7 +23,7 @@ jobs:
2323
llvm-version: [17]
2424
image-version: [22.04]
2525
vast-target: ['hl', 'llvm', '']
26-
26+
2727
name: "LLVM test suite"
2828

2929
runs-on: ubuntu-${{ matrix.image-version }}

.github/workflows/rel.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
- completed
1616
branches:
1717
- '*'
18+
pull_request:
19+
branches:
20+
- '*'
1821

1922
permissions: write-all
2023

0 commit comments

Comments
 (0)