Skip to content

Commit

Permalink
Update CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 8, 2021
1 parent d1e65f7 commit 3fee124
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ on:
schedule:
- cron: '0 2 * * *' # Daily at 02:00 runs only on default branch
push:
branches-ignore:
- 'wip-*'
paths-ignore:
- '*.md'
- '**.md'
- '**.txt'
pull_request:
paths-ignore:
- '*.md'
branches:
- master
- development

env:
RE2C_VERSION: 2.2
Expand Down

0 comments on commit 3fee124

Please sign in to comment.