From 031d4e48623f6f15b8b3262394d5d255efac391c Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Wed, 24 Aug 2022 15:28:48 +0100 Subject: [PATCH] Update dev.yml Do not trigger dev pipeline on pull requests --- .github/workflows/dev.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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