mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 13:44:26 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- mvnd-1.x
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user