Skip to content

Commit b65df58

Browse files
committed
[workflows] Fix GitHub CI error: No event triggers defined in 'on'.
1 parent 05419ed commit b65df58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/libclang-abi-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: libclang ABI Tests
22

33
# TODO: Enable this test based on OpenCilk Clang changes.
44

5-
# on:
6-
# push:
7-
# branches:
8-
# - 'release/**'
9-
# paths:
10-
# - 'clang/**'
11-
# - '.github/workflows/libclang-abi-tests.yml'
5+
on:
6+
push:
7+
branches:
8+
- 'nobranch/**'
9+
paths:
10+
- 'clang/**'
11+
- '.github/workflows/libclang-abi-tests.yml'
1212
# pull_request:
1313
# paths:
1414
# - 'clang/**'

0 commit comments

Comments
 (0)