Skip to content

Commit

Permalink
chore: trigger release for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Nov 18, 2024
1 parent 8382f8e commit 6950cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release CI

on:
pull_request:
push:
branches: [master]
workflow_dispatch:
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
GIT_SIGNING_KEY: ${{ secrets.GIT_SIGNING_KEY }}

- name: Release patch:beta
if: github.event_name == 'push'
run: |
git reset --hard
Expand Down

0 comments on commit 6950cf5

Please sign in to comment.