Skip to content

Commit

Permalink
github actions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 26, 2025
1 parent 74fd031 commit 54aca22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds every branch other than main, so that any change pushed to GitHub in a feature branch can be built and tested
name: Build branch
description: Builds every branch other than main, so that any change pushed to GitHub in a feature branch can be built and tested

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds than main branch, and then deploys SNAPSHOT versions to GitHub Packages
name: Build main
description: Builds than main branch, and then deploys SNAPSHOT versions to GitHub Packages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds the release
name: Build release
description: Builds the release

on:
release:
Expand Down

0 comments on commit 54aca22

Please sign in to comment.