Skip to content

Commit

Permalink
Merge pull request #2 from IntelPython/change-master-to-main-in-wf-sc…
Browse files Browse the repository at this point in the history
…ript

Change use of master branch to main branch in the conda-package.yml
  • Loading branch information
oleksandr-pavlyk authored Aug 29, 2024
2 parents 949baed + d3adf16 commit b83a46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Conda package
on:
push:
branches:
- master
- main
pull_request:

permissions: read-all
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

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

0 comments on commit b83a46d

Please sign in to comment.