Skip to content

Commit

Permalink
Update main.yml workflow action to run on dev branch
Browse files Browse the repository at this point in the history
Signed-off-by: eeganlf <101604439+eeganlf@users.noreply.github.com>
  • Loading branch information
eeganlf authored Jul 11, 2024
1 parent 5182a03 commit cd65c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test Docker Compose Setup

on:
push:
branches: [ master ]
branches: [ dev ]
pull_request:
branches: [ master ]
branches: [ dev ]
schedule:
- cron: '0 0 * * 0' # Run weekly on Sundays at midnight UTC

Expand Down

0 comments on commit cd65c76

Please sign in to comment.