Skip to content

Commit

Permalink
Merge pull request #17 from tormath1/tormath1/tag-format
Browse files Browse the repository at this point in the history
workflow: trigger on tag like 20230802
  • Loading branch information
tormath1 authored Aug 3, 2023
2 parents d8a722f + 471b94e commit becb638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and release Systemd sysext images
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '*'
jobs:
build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit becb638

Please sign in to comment.