Skip to content

Commit

Permalink
MP- 178 branch name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sabintrademe committed Mar 30, 2022
1 parent e38935d commit bd96d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Publish
on:
push:
branches:
- main
- 'release/**'
- master

jobs:
publish:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ name: Publish Snapshot builds
on:
push:
branches:
- development
- 'snapshot/**'




- 'release/**'
jobs:
publish:
name: Snapshot build and publish
Expand Down

0 comments on commit bd96d72

Please sign in to comment.