Skip to content

Commit

Permalink
minor changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinostlund committed Jun 23, 2020
1 parent 4e677da commit e0d4372
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- master
- masterrr

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Release

# on:
# push:
# tags:
# - 'v*'
on:
push:
tags:
- 'v*'
branches:
- master

jobs:
build:
Expand Down

0 comments on commit e0d4372

Please sign in to comment.