Skip to content

Commit

Permalink
Fix release branch and tag patterns for GitHub Actions (#5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Sep 15, 2023
1 parent 26a81a1 commit 6dd13a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
push:
branches:
- master
tags:
- r[0-9]+.[0-9]+
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 6dd13a1

Please sign in to comment.