Skip to content

Commit b83a46d

Browse files
Merge pull request #2 from IntelPython/change-master-to-main-in-wf-script
Change use of master branch to main branch in the conda-package.yml
2 parents 949baed + d3adf16 commit b83a46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Conda package
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
permissions: read-all
@@ -47,7 +47,7 @@ jobs:
4747

4848
upload_linux:
4949
needs: build_and_test_linux
50-
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
50+
if: ${{github.ref == 'refs/heads/main' || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Download conda artifact

0 commit comments

Comments
 (0)