Skip to content

Commit

Permalink
workflow on pr
Browse files Browse the repository at this point in the history
Added trigger workflow on pr creation to make sure no conflicting code
  • Loading branch information
bud3699 authored Dec 17, 2024
1 parent 5dc8777 commit 0d36d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 0d36d2a

Please sign in to comment.