Skip to content

Commit

Permalink
Merge pull request #224 from openziti/switch-to-main
Browse files Browse the repository at this point in the history
Switch to main
  • Loading branch information
ekoby authored Jan 28, 2021
2 parents 2eb40ef + e5c974c commit 7c9e028
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ '**' ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ziti-prox-c-${{ runner.os }}
path: ziti-prox-c-${{ runner.os }}.zip
path: ziti-prox-c-${{ runner.os }}.zip
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main

jobs:
update_release_draft:
Expand All @@ -12,4 +12,4 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ add_custom_target(publish
COMMENT "generate publish specs"
)

if(${GIT_BRANCH} STREQUAL master)
if(${GIT_BRANCH} STREQUAL main)
set(PUB_PFX ziti-staging)
else()
set(PUB_PFX ziti-snapshot/${GIT_BRANCH})
Expand Down

0 comments on commit 7c9e028

Please sign in to comment.