Skip to content

Commit

Permalink
docs: PRマージ時にストア公開のワークフローが発火するように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Mar 27, 2024
1 parent 3a20208 commit 7995d76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: "Submit to Web Store"
on:
workflow_dispatch:
release:
types: [published]
pull_request:
types:
- closed

jobs:
build:
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7995d76

Please sign in to comment.