diff options
-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: |