Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed May 15, 2024
1 parent b8179ba commit 3c370c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build executable for Windows

on:
push:
branches: [ "main" , "TaggerViewerDeploy"]
branches: [ "main", "TaggerViewerDeploy"]
pull_request:
branches: [ "main" , "TaggerViewerDeploy"]
branches: [ "main", "TaggerViewerDeploy"]

jobs:
build-vue-js-component:
Expand Down

0 comments on commit 3c370c7

Please sign in to comment.