Skip to content

Commit

Permalink
refer to main branch instead of develop for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Apr 16, 2024
1 parent a5abafa commit f0f7ce6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ on:
- '*'
jobs:
build-push-dev-image:
uses: helxplatform/helx-github-actions/.github/workflows/build-push-dev-image.yml@develop
uses: helxplatform/helx-github-actions/.github/workflows/build-push-dev-image.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ on:
- '*'
jobs:
build-push-release:
uses: helxplatform/helx-github-actions/.github/workflows/build-push-release.yml@develop
uses: helxplatform/helx-github-actions/.github/workflows/build-push-release.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ on:
jobs:

code-checks:
uses: helxplatform/helx-github-actions/.github/workflows/code-checks.yml@develop
uses: helxplatform/helx-github-actions/.github/workflows/code-checks.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/trivy-pr-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on:

jobs:
trivy-pr-scan:
uses: helxplatform/helx-github-actions/.github/workflows/trivy-pr-scan.yml@develop
uses: helxplatform/helx-github-actions/.github/workflows/trivy-pr-scan.yml@main
secrets: inherit

0 comments on commit f0f7ce6

Please sign in to comment.