Skip to content

Commit

Permalink
adds tagging to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNotary committed Sep 5, 2024
1 parent c480527 commit 21005ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ on:
push:
pull_request:
branches:
- 'v*'
- main
- test-pipeline
- 'v*'
- main
- test-pipeline
tags:
- "v*.*.*"
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'

jobs:
job:
Expand Down Expand Up @@ -69,5 +71,3 @@ jobs:
path: |
builds/release-config/Release/*.exe
builds/release-config/Release/*.dll
- run: ls -R
8 changes: 4 additions & 4 deletions .github/workflows/upload-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
- test-pipeline
types:
- completed
# push:
# tags:
# - "v*.*.*"
push:
tags:
- "v*.*.*"

jobs:
publish:
Expand All @@ -24,7 +24,7 @@ jobs:
# path: my-artifact
# pattern: my-artifact-*

- run: ls -R
- run: ls builds/release-config/Release/

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 21005ce

Please sign in to comment.