Skip to content

Commit

Permalink
chore: ok make all workflows run on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinPython committed Jul 22, 2024
1 parent 8121994 commit 403f4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '*'
paths:
- "web/**"
pull_request:
types: [opened, reopened, synchronize]

jobs:
build-site-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "api/**"
- "bot/**"
- "web/**"
pull_request:
types: [opened, reopened, synchronize]

jobs:
lint:
Expand Down

0 comments on commit 403f4b0

Please sign in to comment.