Skip to content

Commit

Permalink
Rename default branch to main (wpilibsuite#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Jan 30, 2021
1 parent 8a9184d commit 49b44fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
run: ./gradlew publish -PbuildServer -PprCombinePublish
if: |
(github.repository_owner != 'wpilibsuite') ||
(github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/v'))
(github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v'))
- name: Combine (Master)
run: ./gradlew publish -PbuildServer
if: ${{ github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/master' }}
if: ${{ github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/main' }}
env:
RUN_AZURE_ARTIFACTORY_RELEASE: 'TRUE'
ARTIFACTORY_PUBLISH_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
Expand Down

0 comments on commit 49b44fd

Please sign in to comment.