Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 5, 2021
1 parent 9f194fb commit d1b1ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ on:
paths:
- "scripts/release/**"
- ".github/workflows/release-script-test.yml"
pull_request:
pull_request:
paths:
- "scripts/release/**"
- ".github/workflows/release-script-test.yml"

jobs:
test:
name: Test
runs-on: ubuntu-latest
steeps:
steps:
- name: Checkout
uses: actions/checkout@2.3.4

Expand Down

0 comments on commit d1b1ecb

Please sign in to comment.