mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 21:51:46 +00:00
Github action to allow 1.2-legacy release
This commit is contained in:
parent
d0fc836f0b
commit
ce20a2b566
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,13 +1,13 @@
|
|||||||
name: Make Release
|
name: Make Release
|
||||||
on:
|
on:
|
||||||
# Can optionally take parameters from the github UI, more info here https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/#:~:text=You%20can%20now%20create%20workflows,the%20workflow%20is%20run%20on.
|
# Can optionally take parameters from the github UI, more info here https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/#:~:text=You%20can%20now%20create%20workflows,the%20workflow%20is%20run%20on.
|
||||||
workflow_dispatch:
|
#workflow_dispatch:
|
||||||
# inputs:
|
# inputs:
|
||||||
|
|
||||||
# Only want to run if version.properties is bumped in master
|
# Only want to run if version.properties is bumped in master
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 1.2-legacy
|
||||||
paths:
|
paths:
|
||||||
- 'version.properties'
|
- 'version.properties'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user