Update dev.yml

Do not trigger dev pipeline on pull requests
This commit is contained in:
Sebastian Goscik
2022-08-24 15:28:48 +01:00
committed by GitHub
parent f109ec2a48
commit 031d4e4862

View File

@@ -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
tags: ghcr.io/${{ github.repository }}:dev