mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 06:07:33 +00:00
Fix workflow (#1416)
On master it doubles CI jobs for all in-repo PRs (as it is push but also PR).
This commit is contained in:
3
.github/workflows/early-access.yaml
vendored
3
.github/workflows/early-access.yaml
vendored
@@ -20,6 +20,9 @@ name: Early Access
|
|||||||
# trigger on push to branches and PR
|
# trigger on push to branches and PR
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- mvnd-1.x
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user