diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index b8f959e..0e16867 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -2,7 +2,7 @@ name: Builds on: push: - branches: master + branches: main paths: - Makefile - shared.mk @@ -10,7 +10,7 @@ on: - 'src/**' - '.github/workflows/build_tests.yaml' pull_request: - branches: master + branches: main paths: - Makefile - shared.mk |
