This commit is contained in:
16
.gitea/workflows/pull_request_change.yaml
Normal file
16
.gitea/workflows/pull_request_change.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Pull request change
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: debian-bullseye
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: verify version
|
||||
uses: https://git.thorup.us/actions/version_verify@v1
|
||||
Reference in New Issue
Block a user