Skip to content

Commit

Permalink
remove actions on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 2, 2024
1 parent 14d09e7 commit ae0b672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-staticcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
paths-ignore:
- '**/*.md'
- '**/.gitignore'
pull_request:
paths-ignore:
- '**/*.md'
- '**/.gitignore'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
paths-ignore:
- '**/*.md'
- '**/.gitignore'
pull_request:
paths-ignore:
- '**/*.md'
- '**/.gitignore'

jobs:
build:
Expand Down

0 comments on commit ae0b672

Please sign in to comment.