Skip to content

Commit

Permalink
ci(release): restrict release workflow to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norman-zon committed Oct 6, 2023
1 parent 1c257db commit 6c2af90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
paths:
- 'action.yml'

name: Create Release

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests

on: pull_request
on:
pull_request:

jobs:
test:
Expand Down

0 comments on commit 6c2af90

Please sign in to comment.