Skip to content

Commit

Permalink
Remove check for main branch. CI will only run on main already
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Dec 6, 2023
1 parent e4d27d2 commit fa35dd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create_ci_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
run: |
python ./.github/artifacts/stage_ci_files.py -o ${{ runner.temp }}/staging/
- name: Echo github ref
run: echo ${{ github.ref }}

- name: Upload Windows Client Files Artifact
uses: actions/upload-artifact@v2
if: ${{ (github.ref == 'refs/heads/main') }}
with:
name: ni-apis
path: |
Expand Down

0 comments on commit fa35dd3

Please sign in to comment.