Switch to only deploying when pushing to develop/master
Hopefully this still allows the release trigger to work, but this is relying on undocumented behaviour that nobody else appears to have tried.
This commit is contained in:
parent
748d279107
commit
7b1367c6a0
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Package Deployment
|
||||
|
||||
on:
|
||||
push: ~
|
||||
# branches:
|
||||
# - develop
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
release: ~
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user