update job names

This commit is contained in:
Jonathan Shook 2023-01-23 22:02:40 -06:00
parent 3f0417c96d
commit 3e3427fca7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: prerelease
name: preview
# This workflow should run for any push which is a preview build.
# Preview builds are indicated with changes to PREVIEW_NOTES.md.
@ -11,7 +11,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+-preview"
jobs:
release:
preview-build:
runs-on: ubuntu-20.04
steps:

View File

@ -11,7 +11,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+-release"
jobs:
release:
release-build:
runs-on: ubuntu-20.04
steps: