Skip to content

Commit

Permalink
Master branch now follows zig master
Browse files Browse the repository at this point in the history
It makes more sense to have the master branch follow zig master, and
then create versioned branches to backport bug fixes to if nessesary
  • Loading branch information
Hejsil committed Dec 21, 2021
1 parent 79c5596 commit 1883c8c
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
Expand Up @@ -2,6 +2,8 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
test:
Expand Down

0 comments on commit 1883c8c

Please sign in to comment.