Skip to content

Commit

Permalink
Remove on push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Apr 11, 2024
1 parent a4f1ffe commit b9f8727
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-attach-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
description: 'Tag of the release'
required: true
type: string
push:
branches:
- feature/c


# By default, run all commands in a bash shell. On Windows, the default would
# otherwise be powershell.
Expand Down Expand Up @@ -150,5 +146,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
tag: dev-arm64-test
tag: ${{ inputs.tag }}
draft: false

0 comments on commit b9f8727

Please sign in to comment.