Skip to content

Commit

Permalink
add trigger for gha
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 committed Mar 9, 2025
1 parent 712b9ba commit 6c225bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build Docker Container
on: [workflow_dispatch]
on:
push:
branches:
- main
workflow_dispatch:

jobs:
generate-requirements-txt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c225bf

Please sign in to comment.