Skip to content

Commit 32fe55a

Browse files
committed
feat: enable CI in PRs
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent d605e84 commit 32fe55a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
paths:
1212
- "themes/**"
1313
- "icons/**"
14+
pull_request:
15+
branches:
16+
- main
1417

1518
jobs:
1619
package:
@@ -36,6 +39,7 @@ jobs:
3639
uses: softprops/action-gh-release@v1
3740
env:
3841
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
if: ${{ secrets.GITHUB_TOKEN != '' }}
3943
with:
4044
name: ${{ env.DISPLAY_NAME }}
4145
tag_name: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)