diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-22 13:17:36 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-22 13:17:36 -0400 |
| commit | ca5187e92e87f4551a95cb3c141e4ef47504cc3a (patch) | |
| tree | af6c6ba2bdde74eb6abf70f0694f4c772353ff18 /.github | |
| parent | 28c2b0e269b9b474b4b13a24cadec145c60b6e29 (diff) | |
| download | xesite-ca5187e92e87f4551a95cb3c141e4ef47504cc3a.tar.xz xesite-ca5187e92e87f4551a95cb3c141e4ef47504cc3a.zip | |
main
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/earthly.yml | 2 |
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 |
