Skip to content

Commit 9a87ace

Browse files
authored
Merge pull request #693 from apupier/restrictTriggerPushForGithubWorkflows
Restrict trigger push branch for GitHub Workflow
2 parents 9021ef4 + 45648d5 commit 9a87ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name: GitHub CI
1919

2020
on:
2121
push:
22+
branches:
23+
- master
2224
# branches-ignore:
2325
# - dependabot/**
2426
pull_request:

0 commit comments

Comments
 (0)