Skip to content

Commit

Permalink
mod: package after published (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 authored Sep 10, 2021
1 parent 84ef667 commit 6bb4082
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Studio Image Release
on:
push:
branches:
- master
release:
types:
- published
jobs:
jobs:
release-image:
runs-on: ubuntu-latest
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/studio-rpm-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Studio RPM Package
on:
push:
branches:
- master
release:
types:
- published
jobs:
jobs:
package:
name: build package
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/studio-tar-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Studio Tar Package
on:
push:
branches:
- master
release:
types:
- published
jobs:
jobs:
package:
name: build package
Expand Down

0 comments on commit 6bb4082

Please sign in to comment.