diff options
Diffstat (limited to '.github/workflows')
| -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 b94011c..72a076b 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - #if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 |
