Skip to content

Commit 4517f3b

Browse files
authored
Merge pull request #117 from zephir-lang/development
1.3.8 (Fixed CI trigger for release)
2 parents 232da51 + 3fee124 commit 4517f3b

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)