Skip to content

Commit 3fee124

Browse files
committed
Update CI trigger
1 parent d1e65f7 commit 3fee124

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: .github/workflows/ci.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ on:
44
schedule:
55
- cron: '0 2 * * *' # Daily at 02:00 runs only on default branch
66
push:
7-
branches-ignore:
8-
- 'wip-*'
97
paths-ignore:
10-
- '*.md'
8+
- '**.md'
9+
- '**.txt'
1110
pull_request:
12-
paths-ignore:
13-
- '*.md'
14-
branches:
15-
- master
16-
- development
1711

1812
env:
1913
RE2C_VERSION: 2.2

0 commit comments

Comments
 (0)