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
|
name: Deploy Local
|
||||||
|
|
||||||
run-name: Build ${{ github.actor }}
|
|
||||||
|
|
||||||
# Intended for local gitea instance only.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -1,12 +1,9 @@
|
||||||
name: Spelling
|
name: Spell Check
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CLICOLOR: 1
|
CLICOLOR: 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue