Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzer-re authored Feb 28, 2023
1 parent 90dce2d commit 80b31ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ env:
X86_BUILD_PATH: "Shinigami/Release"
X64_BUILD_PATH: "Shinigami/x64/Release"

on: [push]
on:
push:
tags:
- 'v*' # Push events to tagged releases (i.e. v1.0, v2.0, etc.)

jobs:
build:
package_release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 80b31ec

Please sign in to comment.