Skip to content

Commit

Permalink
releaseブランチでのテストは行わないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
shun198 committed Jan 22, 2023
1 parent 0e2b6b8 commit 2e17b33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests
on: [pull_request]
on:
pull_request:
branches-ignore:
- "release/**"
jobs:
test:
name: Run Test Code
Expand Down

0 comments on commit 2e17b33

Please sign in to comment.