Skip to content

Commit

Permalink
trigger ci for pull requests and enable manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Nov 22, 2022
1 parent 23ef84b commit e7f6bfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main
pull-requests:
branches:
- main
# Allow manual trigger.
workflow_dispatch:
jobs:
build-docker-image:
runs-on: self-hosted
Expand Down

0 comments on commit e7f6bfa

Please sign in to comment.