Skip to content

Commit

Permalink
Fix build workflow trigger branches
Browse files Browse the repository at this point in the history
  • Loading branch information
arisudesu committed Jun 22, 2024
1 parent 4f6b75f commit 84c3700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build packages

on:
push:
branch: master
branches:
- master
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 84c3700

Please sign in to comment.