Skip to content

Commit

Permalink
Switch CI/CD to main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Raszka <[email protected]>
  • Loading branch information
Allda committed Sep 29, 2023
1 parent 2e1c600 commit c7fce90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
workflows:
- validation
branches:
- ISV-1691
- main
types:
- completed
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
workflows:
- Build
branches:
- ISV-1691
- main
types:
- completed
# push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- ISV-1691
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c7fce90

Please sign in to comment.