diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/earthly.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index d0cbe55..0719589 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -58,7 +58,9 @@ jobs: src: - 'cmd/patreon-saasproxy/*.go' - 'internal/**/*.go' + - 'go.mod' + - 'go.sum' - if: steps.changes.outputs.src == 'true' run: flyctl deploy --remote-only -c ./fly/patreon-saasproxy/fly.toml env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
\ No newline at end of file + FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |
