This commit is contained in:
parent
c9483465b0
commit
4c23cecc5c
2 changed files with 3 additions and 10 deletions
|
|
@ -1,8 +1,4 @@
|
|||
name: Gitea Action
|
||||
|
||||
run-name: Build ${{ github.actor }}
|
||||
|
||||
# Intended for local gitea instance only.
|
||||
name: Deploy Local
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -1,12 +1,9 @@
|
|||
name: Spelling
|
||||
name: Spell Check
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CLICOLOR: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue