Skip to content

Commit

Permalink
workflow: add vulkan-sdk tags as release tags (#5518)
Browse files Browse the repository at this point in the history
This workflow creates a new release on the github page. When LunarG
is done with the release, tags are added to the repo.
When this happens, we should publish a release.

Signed-off-by: Nathan Gauër <[email protected]>
  • Loading branch information
Keenuts authored Jan 22, 2024
1 parent 3e6bdd0 commit 3590129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+'
- 'vulkan-sdk-[0-9]+.[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.rc*'

jobs:
Expand Down

0 comments on commit 3590129

Please sign in to comment.