Skip to content

Commit

Permalink
Update package_source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphmax authored Dec 14, 2023
1 parent db38df9 commit 4c4af9c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/package_source.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: C/C++ CI
name: Create & Package Build

on:
push:
branches: [ "main" ]
workflow_run:
workflows: ["Run Tests"]
branches: [main]
types:
- completed

jobs:
package_source:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4c4af9c

Please sign in to comment.