aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/earthly.yml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-22 13:15:22 -0400
committerXe Iaso <me@xeiaso.net>2024-06-22 13:15:22 -0400
commit28c2b0e269b9b474b4b13a24cadec145c60b6e29 (patch)
tree09181456622e1d9340e61f7611e6b8eb05dcb430 /.github/workflows/earthly.yml
parentfdba730f9fe7b932baa6216512ddbdfe091262b5 (diff)
downloadxesite-28c2b0e269b9b474b4b13a24cadec145c60b6e29.tar.xz
xesite-28c2b0e269b9b474b4b13a24cadec145c60b6e29.zip
don't deploy patreon-saasproxy on PRs
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/earthly.yml')
-rw-r--r--.github/workflows/earthly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 14b3e04..7663104 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -45,6 +45,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
+ if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4