Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
add vite branch ci trigger
  • Loading branch information
arturcic committed Jul 9, 2024
1 parent eae305d commit b3904de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkout-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- main
- refactoring

pull_request:
branches:
- main

workflow_dispatch:

defaults:
Expand All @@ -26,13 +26,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@main
with:
versionSpec: '5.x'

- name: Determine version
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@main
with:
targetPath: gv-repo

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
token: ${{ secrets.PUSH_GITHUB_TOKEN }}
- run: |
npm install
npm run build:tools
npm run build:agent:github
npm run build:agent:azure
# npm run compress:github
# npm run compress:azure
name: Build code
- name: Install GitVersion
uses: ./gitversion/setup
Expand Down

0 comments on commit b3904de

Please sign in to comment.