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
|
name: Package Deployment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: ~
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - develop
|
- develop
|
||||||
# - master
|
- master
|
||||||
release: ~
|
release: ~
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user