Skip to content

Commit

Permalink
deps: updated dependencies (take II).
Browse files Browse the repository at this point in the history
  • Loading branch information
eser committed Jan 8, 2024
1 parent 0c0c6ae commit 1281b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
workflow_dispatch:
inputs:
create_release:
description: "Create a release"
description: Create a release
required: false
type: boolean

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
name: Delivery
needs: integration
runs-on: ubuntu-latest
if: github.event_name == "push" # && github.ref == "refs/heads/main"
if: github.event_name == 'push' # && github.ref == 'refs/heads/main'

permissions:
contents: write # Needed to push the repository
Expand Down

0 comments on commit 1281b6a

Please sign in to comment.