Skip to content

Commit

Permalink
fix: test only on pull-req
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Jun 5, 2024
1 parent 37c4d78 commit d6cc3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint

on:
pull_request:
push:
branches: [main]

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test

on: [push]
on:
pull_request:
branches: [main]

jobs:
Test:
Expand Down

0 comments on commit d6cc3b3

Please sign in to comment.