Skip to content

Commit

Permalink
remove "feature/github-actions" from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdgeisler committed Nov 25, 2022
1 parent 74d7368 commit ec1bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven

on:
push:
branches: [ "main", "develop", "feature/github-actions"]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]

Expand Down

0 comments on commit ec1bdd0

Please sign in to comment.