Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on push to production branch (
Browse files Browse the repository at this point in the history
#293)

# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description
  • Loading branch information
kwaroran authored Mar 4, 2024
2 parents db63013 + 979f6e1 commit eaa4c58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'publish'
on: [workflow_dispatch]
on:
push:
branches:
- production

jobs:
publish-tauri:
Expand Down

0 comments on commit eaa4c58

Please sign in to comment.