Skip to content

Commit

Permalink
Fixed a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theEMA-dev committed Aug 22, 2024
1 parent c9240d6 commit fc1bb9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master_carefusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
branches:
- master
workflow_dispatch:

jobs:
Expand All @@ -14,7 +16,7 @@ jobs:
uses: ./.github/workflows/codeql.yml
build:
runs-on: windows-latest
needs: [tests]
needs: tests

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc1bb9d

Please sign in to comment.