only run workflow on main branch
This commit is contained in:
parent
f6f536c182
commit
932cf3e076
|
@ -1,6 +1,9 @@
|
|||
name: Publish to snapshot maven
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue