summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Komari Spaghetti2021-12-21 23:15:26 +0100
committerGravatar Komari Spaghetti2021-12-21 23:15:26 +0100
commite522484eb4dd66c07e9684691e722e9897690158 (patch)
tree4031ea616d99239c3f0e5e827fc7be110683aad9 /.github
parentMerge branch 'zig-master' (diff)
downloadzig-clap-e522484eb4dd66c07e9684691e722e9897690158.tar.gz
zig-clap-e522484eb4dd66c07e9684691e722e9897690158.tar.xz
zig-clap-e522484eb4dd66c07e9684691e722e9897690158.zip
Master branch now follows zig master
It makes more sense to have the master branch follow zig master, and then create versioned branches to backport bug fixes to if nessesary
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 08d791f..7f6e216 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,6 +2,8 @@ name: CI
2on: 2on:
3 push: 3 push:
4 pull_request: 4 pull_request:
5 schedule:
6 - cron: '0 0 * * *'
5 7
6jobs: 8jobs:
7 test: 9 test: