summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/demo.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows/demo.yaml')
-rw-r--r--.forgejo/workflows/demo.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index 11a54bb..7eb18ae 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -1,12 +1,12 @@
- on:
- schedule:
- - cron: "5 * * *"
- push:
- branches:
- - 'main'
+on:
+ schedule:
+ - cron: "5 * * *"
+ push:
+ branches:
+ - "main"
jobs:
test:
runs-on: docker
steps:
- - run: echo All good! \ No newline at end of file
+ - run: echo All good!