Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Dec 19, 2024
1 parent 0a5a2a6 commit fef26ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
# against bad commits.

name: build
on: [pull_request, push]
on:
push:
branches:
- master
- 'dev/**'
pull_request:

jobs:
build:
Expand Down

0 comments on commit fef26ef

Please # to comment.