Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Aug 2, 2024
1 parent cafec4d commit 7a6e869
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ name: Bun
on:
push:
branches: ["master"]
paths:
- "**.js" # Any JS file
- "package.json"
- "package-lock.json"
- ".github/workflows/node.yml" # This action
pull_request:
branches: ["master"]
paths:
- "**.js" # Any JS file
- "package.json"
- "package-lock.json"
- ".github/workflows/node.yml" # This action

permissions:
contents: read
Expand Down

0 comments on commit 7a6e869

Please sign in to comment.