Skip to content

Commit

Permalink
Merge pull request #352 from SwissBorg/dev
Browse files Browse the repository at this point in the history
Publish builds done on dev branch
  • Loading branch information
tiagomota authored Jul 20, 2023
2 parents 3af6d67 + 1e2bf75 commit ad540be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release
on:
push:
branches: [master]
branches:
- master
- dev
tags: ["*"]
jobs:
publish:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Scala CI

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

Expand Down

0 comments on commit ad540be

Please sign in to comment.