Skip to content

Commit

Permalink
ci: Only run workows on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Mar 20, 2024
1 parent 965d2fa commit 47a5e79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint

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

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test

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

env:
Expand Down

0 comments on commit 47a5e79

Please sign in to comment.