Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 7, 2024
1 parent aad977e commit 5888aee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Build
permissions:
contents: read

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

defaults:
run:
Expand Down

0 comments on commit 5888aee

Please sign in to comment.