Skip to content

Commit

Permalink
adding workdlow_dispatch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajRaika committed Dec 28, 2023
1 parent e11fa1e commit 2e53911
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "publish"
name: 'publish'

on: pull_request
on:
# push:
# tags:
# - 'v*'
workflow_dispatch:

# `tauri-action` can also upload app bundles to an existing GitHub release.
# This workflow uses different actions to create and publish the release.
Expand Down

0 comments on commit 2e53911

Please sign in to comment.