diff options
| author | 2021-07-19 16:06:50 +0100 | |
|---|---|---|
| committer | 2021-07-19 16:06:50 +0100 | |
| commit | 1cb5728bf833198e0e26f613e20f696d156f7fcb (patch) | |
| tree | 91dac93eb837a7c6b9b182aca0986c7924aef707 | |
| parent | Fix linting again (diff) | |
| parent | Merge branch 'main' into main (diff) | |
Merge branch 'main' of https://github.com/doublevcodes/king-arthur into main
| -rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 629ab69..141bd46 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -74,6 +74,7 @@ jobs: [flake8] %(code)s: %(text)s'" build: + if: github.ref == 'refs/heads/main' name: Build & Push runs-on: ubuntu-latest |