Skip to content

Commit

Permalink
build: update workflow to run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic authored Jan 2, 2025
1 parent dcce024 commit 4fd069d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -110,4 +113,4 @@ jobs:
with:
severity: error
details: Build Failed!
webhookUrl: ${{ secrets.WEBHOOK_URL }}
webhookUrl: ${{ secrets.WEBHOOK_URL }}

0 comments on commit 4fd069d

Please sign in to comment.