Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed Jan 21, 2025
1 parent caa7975 commit fa6f3e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-test-publish:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish and Release Workflow
name: Release Workflow

on:
workflow_dispatch:

jobs:
download-and-publish:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Download build artifacts
Expand Down

0 comments on commit fa6f3e6

Please sign in to comment.