Skip to content

Commit

Permalink
Mod archive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aosasona committed Feb 22, 2024
1 parent 1eb3142 commit b151d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and publish archives
on:
push:
tags:
- "([0-9]+.[0-9]+.[0-9]+)|([0-9]+-test)"
- "*"
workflow_dispatch:

jobs:
# Build tar archives for all supported platforms
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Create and publish a Docker image
on:
release:
types: [published]
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit b151d0e

Please sign in to comment.