Skip to content

Commit

Permalink
Testing for ci/cd functionality in local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iantei committed Nov 19, 2024
1 parent bba61b6 commit fbbe4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_with_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: test-with-docker
# events but only for the master branch
on:
push:
branches: [ main ]
branches: [ automate_dashboard_plots_cicd_test ]
pull_request:
branches: [ main ]
branches: [ automate_dashboard_plots_cicd_test ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down

0 comments on commit fbbe4b0

Please sign in to comment.