Skip to content

Commit

Permalink
CI: Remove unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 1, 2024
1 parent 32d6b4c commit 286da34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
mac_linux:
runs-on: ubuntu-latest
if: ${{ github.ref || github.ref == 'refs/heads/main' }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,7 +40,6 @@ jobs:

windows:
runs-on: ubuntu-latest
if: ${{ github.ref || github.ref == 'refs/heads/main' }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 286da34

Please sign in to comment.