forked from Mirrors/Dispatcharr
Restrict CI workflow to only trigger on 'dev' branch for push and pull requests
This commit is contained in:
parent
335c4d28bf
commit
e6827ca5d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,9 @@ name: CI Pipeline
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev ]
|
||||
branches: [ dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
branches: [ dev ]
|
||||
|
||||
# Add explicit permissions for the workflow
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue