Skip to content

Commit

Permalink
Always run the build action on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 7, 2024
1 parent 72eb76d commit 8791976
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ permissions:
contents: read

on:
# Allow manual triggering
workflow_dispatch:
# Always run on pull requests
pull_request:
# And on master when manually pushed or after merges
paths-ignore:
- "website/**"
- ".vscode/**"
- "**.md"
push:
branches:
main
paths-ignore:
- "website/**"
- ".vscode/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ permissions:
contents: read

on:
pull_request:
branches: [main]
workflow_call:

env:
Expand Down

0 comments on commit 8791976

Please sign in to comment.