ci: execute on master
This commit is contained in:
8
.github/workflows/gradle-publish.yml
vendored
8
.github/workflows/gradle-publish.yml
vendored
@@ -1,8 +1,12 @@
|
||||
name: Publish package to GitHub Packages
|
||||
|
||||
#on:
|
||||
#release:
|
||||
#types: [created]
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user