chore: Test action
This commit is contained in:
parent
f76f669d16
commit
425a6c0b1a
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/test.yaml
Normal file
12
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
Loading…
Add table
Add a link
Reference in a new issue