aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-22 13:17:36 -0400
committerXe Iaso <me@xeiaso.net>2024-06-22 13:17:36 -0400
commitca5187e92e87f4551a95cb3c141e4ef47504cc3a (patch)
treeaf6c6ba2bdde74eb6abf70f0694f4c772353ff18 /.github/workflows
parent28c2b0e269b9b474b4b13a24cadec145c60b6e29 (diff)
downloadxesite-ca5187e92e87f4551a95cb3c141e4ef47504cc3a.tar.xz
xesite-ca5187e92e87f4551a95cb3c141e4ef47504cc3a.zip
main
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 7663104..24b8b53 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4