Skip to content

Commit

Permalink
trigger alike the rest of the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 13, 2024
1 parent 1830121 commit f8e932c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Release workflow

on:
release:
types: [published]
workflow_dispatch:

env:
RUST_VERSION: rust:1.70-buster

jobs:

build-and-push:
if: startsWith(github.ref, 'refs/tags/recover-id-object/')
runs-on: ubuntu-latest
environment: release-recover-id-object
steps:
Expand Down

0 comments on commit f8e932c

Please sign in to comment.