diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-13 22:12:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 22:12:25 +0100 |
commit | f868c16514be69b20a4e771cc347a80c9c439db6 (patch) | |
tree | 3d948a5df9fbe53bcad1c8bb408aa006ec43c7a1 | |
parent | d4222ce6da2a2d7179fc79f9d0cc65fd6c09a686 (diff) | |
download | luasystem-f868c16514be69b20a4e771cc347a80c9c439db6.tar.gz luasystem-f868c16514be69b20a4e771cc347a80c9c439db6.tar.bz2 luasystem-f868c16514be69b20a4e771cc347a80c9c439db6.zip |
fix(ci): switch to master instead of main (#8)
-rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
-rw-r--r-- | .github/workflows/unix_build.yml | 2 |
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: | |||
13 | pull_request: {} | 13 | pull_request: {} |
14 | push: | 14 | push: |
15 | branches: | 15 | branches: |
16 | - main | 16 | - master |
17 | 17 | ||
18 | 18 | ||
19 | jobs: | 19 | 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: | |||
13 | pull_request: {} | 13 | pull_request: {} |
14 | push: | 14 | push: |
15 | branches: | 15 | branches: |
16 | - main | 16 | - master |
17 | 17 | ||
18 | 18 | ||
19 | jobs: | 19 | jobs: |