Skip to content

Commit

Permalink
Replaced dummy_main with main in trigger branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Nov 16, 2023
1 parent 8862184 commit d321d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- feature_documentation
- dummy_main
- main


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
pull_request:
branches:
- dummy_main
- main


jobs:
Expand Down

0 comments on commit d321d85

Please sign in to comment.