Skip to content

Commit

Permalink
更新流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Sep 29, 2024
1 parent 733a7f9 commit 5f73339
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-entry-fatjar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build WebApi FatJar
on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Publish KMP with Gradle

on:
release:
types: [created]
types: [published]

jobs:
create_staging_repository:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ "main" ]
release:
types: [created]
types: [published]

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ "main" ]
release:
types: [created]
types: [published]

permissions:
id-token: write
Expand Down

0 comments on commit 5f73339

Please sign in to comment.