Skip to content

Commit

Permalink
Switch back to using master as default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 19, 2022
1 parent a550dbf commit 43caaa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -3,7 +3,7 @@ name: Main
on:
push:
branches:
- main
- master

jobs:
pre-build:
Expand All @@ -20,7 +20,7 @@ jobs:
build-test-push:
needs: [pre-build]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push.yml@main
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push.yml@master
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
Expand All @@ -36,7 +36,7 @@ jobs:

deploy-staging:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@main
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@master
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:

deploy-prod:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@main
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@master
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand Down

0 comments on commit 43caaa4

Please sign in to comment.