Actualiser .forgejo/workflows/actions-demo.yml
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 1s
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 1s
This commit is contained in:
parent
cb1688fb70
commit
288b7d1e9d
|
|
@ -1,6 +1,9 @@
|
||||||
name: Actions Demo
|
name: Actions Demo
|
||||||
run-name: Testing out Actions 🚀
|
run-name: Testing out Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**/.forgejo'
|
||||||
jobs:
|
jobs:
|
||||||
get-changed-folders:
|
get-changed-folders:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue