Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Mar 20, 2024
1 parent ec02c69 commit 10eae9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build Windows
run-name: Build Windows
# on:
# push:
# tags:
# - "**"
on: [push]
on:
push:
tags:
- "**"
# on: [push]
jobs:
Build-Windows:
runs-on: windows-latest
Expand Down

0 comments on commit 10eae9c

Please sign in to comment.