Skip to content

Commit

Permalink
[skip ci]update (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Aug 11, 2022
1 parent 25af9c3 commit b8ad28c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
types:
- published
workflow_dispatch:
inputs:
tag:
description: 'bifrost image tag'
required: true

jobs:
buildx:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Release
on:
release:
types:
- published
workflow_dispatch:
inputs:
tag:
description: 'release bifrost'
required: true

jobs:
build-release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ env:
SUBWASM_VERSION: 0.17.0

on:
release:
types:
- published
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b8ad28c

Please sign in to comment.