summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2023-11-13 22:12:25 +0100
committerGitHub <noreply@github.com>2023-11-13 22:12:25 +0100
commitf868c16514be69b20a4e771cc347a80c9c439db6 (patch)
tree3d948a5df9fbe53bcad1c8bb408aa006ec43c7a1
parentd4222ce6da2a2d7179fc79f9d0cc65fd6c09a686 (diff)
downloadluasystem-f868c16514be69b20a4e771cc347a80c9c439db6.zip
fix(ci): switch to master instead of main (#8)
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/unix_build.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4a4516b..7f1f2b7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ on:
pull_request: {}
push:
branches:
- - main
+ - master
jobs:
diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml
index ba8164a..125f3e0 100644
--- a/.github/workflows/unix_build.yml
+++ b/.github/workflows/unix_build.yml
@@ -13,7 +13,7 @@ on:
pull_request: {}
push:
branches:
- - main
+ - master
jobs: