Skip to content

Commit

Permalink
feat: whatever again (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
msalib authored Dec 30, 2021
1 parent 65263f4 commit 127c872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
# anyway so there's no point to run tests a third time.
BuildLinux:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -64,7 +63,6 @@ jobs:

BuildWindows:
runs-on: windows-latest
if: "!startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -94,7 +92,6 @@ jobs:

BuildMacOS:
runs-on: macos-latest
if: "!startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# bump the version and make a tag.
BumpVersion:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
#if: github.ref == 'refs/heads/main' && github.event_name == 'push'
#if: "startsWith(github.ref, 'refs/tags/')"
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 127c872

Please sign in to comment.