Skip to content

Commit

Permalink
Run jobs for PRs for normal builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Nov 22, 2024
1 parent 2e909b4 commit 6291fb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- 'README.md'
- 'LICENSE'
- 'Electron/**'
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'LICENSE'
- 'Electron/**'
workflow_dispatch:
jobs:
amai:
Expand Down

0 comments on commit 6291fb7

Please sign in to comment.