Skip to content

Commit

Permalink
Fix builds?
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R authored Nov 11, 2023
1 parent 75636fa commit 42c6aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Server builds
on:
push:
branches:
- *
- '*'
#todo: not sure if tags for ketting should be built.
# it might be better to just build all commits to the main branch
# and automatically push a tag and release.
tags:
- *
- '*'
pull_request:
branches:
- *
- '*'
workflow_dispatch:
#This permission is needed to push a release (and/or tags)
permissions:
Expand Down

0 comments on commit 42c6aed

Please sign in to comment.