Skip to content

Commit

Permalink
run on pushes to specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed Mar 28, 2024
1 parent 671dcab commit 3150520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ name: Update Python Dependencies
# workflow_dispatch:
# # Allows manual triggering of the workflow.

on:
push:
branches:
- master
- dependency-updates
# This will trigger the workflow on pushes to the main and develop branches.
# You can adjust the branch names as per your workflow requirements.

jobs:
update-dependencies:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3150520

Please sign in to comment.