Skip to content

Commit

Permalink
Update tag pattern in GitHub Workflows (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy authored May 3, 2023
1 parent d1b5aa1 commit 45c0595
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-sched-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
tags:
- v*
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main]
tags:
- v*
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postmerge-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main]
tags:
- v*
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
cpu-ci-postmerge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postmerge-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main]
tags:
- v*
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
gpu-ci-postmerge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# trigger on tags only
tags:
- v*
- "v[0-9]+.[0-9]+.[0-9]+"

workflow_dispatch:

Expand Down

0 comments on commit 45c0595

Please sign in to comment.