Skip to content

Commit

Permalink
Hotfix Update #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Raltyro committed Feb 26, 2023
1 parent 34c9ca6 commit e99cb31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Builds
name: Build Nightly
on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Builds
name: Build Release
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Nightly Builds
on:
workflow_run:
workflows:
- Nightly Builds
- Build Nightly
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Release Builds
on:
workflow_run:
workflows:
- Release Builds
- Build Release
types:
- completed

Expand Down

0 comments on commit e99cb31

Please sign in to comment.