diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1a7ac4d..10283636 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,10 @@ on: - closed branches: - master + paths: + - 'entrypoint.sh' + - 'action.yml' + - 'Dockerfile' jobs: bump-version: @@ -18,7 +22,7 @@ jobs: - name: version-tag id: tag - uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 alternatvelly we can use v1 + uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 as alternative we could use v1 env: VERBOSE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}