Hopefully this still allows the release trigger to work, but this is relying on undocumented behaviour that nobody else appears to have tried.
@@ -1,10 +1,10 @@
name: Package Deployment
on:
- push: ~
- # branches:
- # - develop
- # - master
+ push:
+ branches:
+ - develop
+ - master
release: ~
jobs: