Skip to content

Commit

Permalink
change tags:
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Feb 25, 2024
1 parent d8e8999 commit 9825588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI on Perl 5.{38,36} on {Linux,macOS}
on:
workflow_dispatch:
push:
tags: [ '*.*.*' ]
tags: [ '*.*' ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI on Perl 5.{38,36} on Strawberry Perl
on:
workflow_dispatch:
push:
tags: [ '*.*.*' ]
tags: [ '*.*' ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI on Perl 5.8-34 on Linux
on:
workflow_dispatch:
push:
tags: [ '*.*.*' ]
tags: [ '*.*' ]

jobs:
build:
Expand Down

0 comments on commit 9825588

Please sign in to comment.