Skip to content

Commit

Permalink
Merge pull request #276 from adibmbrk/fix-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Feb 14, 2025
2 parents 2202eba + b37c255 commit e616793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ name: Release

# Controls when the action will run.
on:
# Triggers the workflow on push for the main branch.
push:
branches: [ main ]
paths-ignore:
- "LICENSE"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down

0 comments on commit e616793

Please sign in to comment.