Skip to content

Commit

Permalink
test ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Dec 26, 2023
1 parent fe1caed commit a6c0c9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ on:
jobs:
Libs:
name: Build and deploy NuGet
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
env:
FeedzApiKey: ${{ secrets.FEEDZ_TOKEN }}
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down Expand Up @@ -50,6 +49,7 @@ jobs:
run: chmod +x ./build.sh

- name: Run './build.cmd'
if: github.ref == 'refs/heads/master'
run: ./build.sh LibsPush
env:
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: "CreateRelease"
needs: [build-desktop-app]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -141,6 +141,7 @@ jobs:
run: chmod +x ./build.sh

- name: Run './build.cmd'
if: github.ref == 'refs/heads/master'
run: ./build.sh CreateRelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a6c0c9b

Please sign in to comment.