Skip to content

Commit

Permalink
deploy from master rather than production
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 committed Nov 21, 2023
1 parent 13c2ccc commit cf8f820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Compile snapshot with Maven
on:
push:
branches-ignore:
- develop
- master
- development
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy with Maven

on:
push:
branches: [production]
branches: [master]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Deploy snapshot with Maven
on:
push:
branches:
- master
- development
- develop

jobs:
build:
Expand Down

0 comments on commit cf8f820

Please sign in to comment.