Skip to content

Commit

Permalink
feat: enable CI in PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Mar 22, 2024
1 parent d605e84 commit 32fe55a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths:
- "themes/**"
- "icons/**"
pull_request:
branches:
- main

jobs:
package:
Expand All @@ -36,6 +39,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ secrets.GITHUB_TOKEN != '' }}
with:
name: ${{ env.DISPLAY_NAME }}
tag_name: ${{ env.TAG_NAME }}
Expand Down

0 comments on commit 32fe55a

Please sign in to comment.