Skip to content

Commit

Permalink
trigger release on release.yml changed
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro authored Nov 23, 2020
1 parent 4abd217 commit 6d72c77
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,7 +3,9 @@ name: Release
on:
push:
branches: master
paths: 'package.json'
paths:
- 'package.json'
- '.github/workflows/release.yml'

jobs:
version:
Expand Down

0 comments on commit 6d72c77

Please sign in to comment.