mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-06 04:59:41 -06:00
The create release workflow now only works on the development branch
This commit is contained in:
1
.github/workflows/create_release.yml
vendored
1
.github/workflows/create_release.yml
vendored
@@ -3,6 +3,7 @@ name: Upload the latest release
|
||||
on:
|
||||
push:
|
||||
tags: [ "v*" ]
|
||||
branches: [ "development" ]
|
||||
|
||||
jobs:
|
||||
create:
|
||||
|
||||
Reference in New Issue
Block a user