Skip to content

Commit

Permalink
[CI] Fix ci by updating lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Oct 13, 2023
1 parent 78cda94 commit 180643d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Release

on:
push:
branches: ["master"]
branches: ["master", "max/fix-ci"]

permissions:
contents: write
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: Release
runs-on: ubuntu-22.04
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/DOESNOTEXIST'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 180643d

Please sign in to comment.