mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Only try publishing when a version tag is pushed (#1876)
This commit is contained in:
parent
889258f538
commit
599477d754
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -2,8 +2,8 @@ name: Publish
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths: "Cargo.toml"
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
jobs:
|
||||
Publish:
|
||||
|
|
Loading…
Reference in a new issue