Skip to content

Commit

Permalink
Added more workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Dec 6, 2019
1 parent 9cf9dfa commit a1a324b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Publish to Dockerhub on creation of a new release
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-binaries-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Cross compile binaries and attach to release
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a1a324b

Please sign in to comment.