Skip to content

Commit

Permalink
edit workflows to only run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ynshung authored Jan 8, 2024
1 parent f5a33ca commit 0c98d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches:
- "*"
pull_request:
branches:
- "*"

jobs:
lint:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Extension with Node.js
on:
push:
branches: "*"
pull_request:
branches: "*"

jobs:
build:
Expand Down

0 comments on commit 0c98d77

Please sign in to comment.