mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2026-01-04 17:43:54 +00:00
Update dev.yml
Do not trigger dev pipeline on pull requests
This commit is contained in:
6
.github/workflows/dev.yml
vendored
6
.github/workflows/dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user