Skip to content

Commit

Permalink
run on any push action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Oct 6, 2023
1 parent 19732a6 commit ce9deda
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: Build standalone tool for Windows

on:
push:
branches:
- master

on: push

jobs:

Compile-on-Windows:

runs-on: windows-latest

if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:

Expand Down

0 comments on commit ce9deda

Please sign in to comment.