Skip to content

Commit 0d805c4

Browse files
committed
Why isn't this working?
1 parent ac9ca27 commit 0d805c4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Build Tests
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, synchronize, reopened, labeled, unlabeled]
66
# Do not run if the only files changed cannot affect the build
77
paths-ignore:
88
- "**.md"
9-
- "**.json"
10-
- "ChangeLog-PreJason.txt"
11-
- "parallel_build.csh"
9+
- "**.pro"
10+
- "**.sh"
11+
- "**.perl"
1212
- ".github/CODEOWNERS"
13-
- ".codebuild/**"
14-
- ".circleci/**"
1513

1614
concurrency:
1715
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)