Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruruthia authored Sep 27, 2024
1 parent 1027599 commit 3f6be33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Docker-based Python Package CI
# Trigger the workflow on push to master or dev branches
on:
push:
branches: [ "master", "dev" ]
branches: [ "main" ]
pull_request:
branches: [ "master", "dev" ]
branches: [ "main" ]
workflow_dispatch: {}


jobs:
build:
Expand Down

0 comments on commit 3f6be33

Please sign in to comment.