Skip to content

Commit

Permalink
Do not run Test ci when merging on master
Browse files Browse the repository at this point in the history
mvn package also run the tests
  • Loading branch information
LucBerge authored Jan 2, 2021
1 parent d8f29b5 commit ce3e6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test

on:
push:
branches: [master, dev]
branches: [dev]
pull_request:
branches: [dev]

Expand Down

0 comments on commit ce3e6ec

Please sign in to comment.