mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-18 01:48:57 +00:00
build: update develop workflow names
This commit is contained in:
8
.github/workflows/develop.yml
vendored
8
.github/workflows/develop.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: Release
|
||||
name: Dev Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
branches: [ develop ]
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
types: [ opened, synchronize ]
|
||||
|
||||
concurrency:
|
||||
group: github.head_ref
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: check docs diff
|
||||
run: exit $(git status --porcelain doc | wc -l | tr -d " ")
|
||||
release:
|
||||
name: release
|
||||
name: dev-release
|
||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||
permissions: write-all
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user