Skip to content

Commit

Permalink
add "main branch" trigger in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Dec 1, 2023
1 parent fb356b7 commit f8f5741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

on:
push:
branches: [main]
# Trigger the workflow on any pull request
pull_request:
workflow_dispatch:
Expand Down

0 comments on commit f8f5741

Please sign in to comment.