Skip to content

Commit

Permalink
removed !
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Feb 21, 2024
1 parent e32f55c commit 41dfa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- "releases/*"
# - "releases/*"
permissions:
pages: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cargo install cross
- name: Build alternative target
if: ${{ !matrix.alternative-target != '' }}
if: ${{ matrix.alternative-target != '' }}
run: |
cross build --manifest-path src/DeltaLake/Bridge/Cargo.toml --release
Expand Down

0 comments on commit 41dfa32

Please sign in to comment.