aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 11:16:10 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 11:16:10 +0100
commit64ef66290c6b5591d9686586ea06abc083d714cf (patch)
tree0c584f5bdfa5f7260cf231712133709758a7a460
parentClean up workflow file (diff)
Clean up workflow file
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 390763e..285b7e7 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -12,7 +12,7 @@ jobs:
env:
# Determine whether or not we should build the
# final production image and push it to GHCR.
- production_build: ${{ github.event_name != 'pull_request' && \
+ production_build: ${{ github.event_name != 'pull_request' &&
github.ref == 'refs/heads/master' }}
steps: