Skip to content

Commit

Permalink
don't run ci workflow on the ghc-next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jan 27, 2024
1 parent 449f466 commit fb23044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci
on:
push:
branches-ignore:
- 'ghc-next'
pull_request:
schedule:
- cron: '0 3 * * 6' # 3am Saturday
Expand Down

0 comments on commit fb23044

Please sign in to comment.