diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 47d73e5..f4a76cc 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -4,11 +4,9 @@ name: dev workflow # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push events but only for the dev branch push: branches: [ dev ] - pull_request: - branches: [ dev ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -91,4 +89,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ github.repository }}:dev \ No newline at end of file + tags: ghcr.io/${{ github.repository }}:dev