Skip to content

Commit

Permalink
Fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchin1205 committed Nov 15, 2024
1 parent 014d184 commit aba1c13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_build_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
tags: '*'
pull_request:
branches: '*'
branches:
- main
- feature/lab

jobs:
build-and-run:
Expand Down

0 comments on commit aba1c13

Please sign in to comment.