Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl authored Jun 12, 2024
1 parent e72ff31 commit 8153904
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release app
on:
workflow_dispatch:
push:
branches: [ GovertDev ]
jobs:
build:
strategy:
Expand All @@ -23,4 +25,4 @@ jobs:
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run publish
run: npm run publish

0 comments on commit 8153904

Please sign in to comment.