Skip to content

Commit

Permalink
feat: Test release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
basmscribd committed Jan 13, 2025
1 parent d7344ce commit 02f1e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Release

on: workflow_dispatch
on: push

jobs:
release:
name: Release
if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
preset: "angular"

branches:
- main
- DEVPLAT-2566-migrate-to-github-action

plugins:
- "@semantic-release/commit-analyzer"
Expand Down

0 comments on commit 02f1e30

Please sign in to comment.