Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 4, 2024
1 parent e28244e commit 964cdf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build for release

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/workflows/build-action.yml
- uses: ./.github/build-for-release-action.yml

- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Pipeline
name: Standard

on:
push:
pull_request:

jobs:
deploy:
Standard:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/workflows/build-action.yml
- uses: ./.github/build-for-release-action.yml

0 comments on commit 964cdf5

Please sign in to comment.