mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 10:38:14 +00:00
Merge pull request #34 from PepperDash/hotfix/fix-master-actions
Remove if statement for public push job
This commit is contained in:
commit
5acb4448ad
1 changed files with 0 additions and 1 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
|
@ -160,7 +160,6 @@ jobs:
|
|||
Public_Push_Output:
|
||||
needs: Build_Project
|
||||
runs-on: windows-latest
|
||||
if: contains(github.ref, 'master') || contains(github.ref, 'release')
|
||||
steps:
|
||||
# Checkout the repo
|
||||
- name: Checkout Builds Repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue