Skip to content

Commit

Permalink
ci: リリース CI の実行条件を修正 (#180)
Browse files Browse the repository at this point in the history
* ci: Add tags condition

* ci: Update checkout
  • Loading branch information
MikuroXina authored May 12, 2022
1 parent 22f5a2c commit a1d4a1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ on:
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
release:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit a1d4a1c

Please sign in to comment.