Compare commits

...

2 commits

Author SHA1 Message Date
79a8bf2664
Merge branch 'main' into minimize-workflow-runs
All checks were successful
Run node --check on everything / node-check (pull_request) Successful in 7s
Make sure the server is actually able to start / prettier (pull_request) Successful in 31s
Check project using prettier / prettier (pull_request) Successful in 29s
Run node --check on everything / node-check (push) Successful in 6s
Make sure the server is actually able to start / prettier (push) Successful in 25s
Check project using prettier / prettier (push) Successful in 21s
2024-05-25 01:09:33 +00:00
4669ba59a2
Only run workflows on PRs + the main and fp-edits branches
All checks were successful
Run node --check on everything / node-check (pull_request) Successful in 6s
Make sure the server is actually able to start / prettier (pull_request) Successful in 21s
Check project using prettier / prettier (pull_request) Successful in 21s
2024-05-25 01:02:24 +00:00
3 changed files with 6 additions and 3 deletions

View file

@ -3,7 +3,8 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- "*"
- "main"
- "fp-edits"
pull_request:
types: [opened, synchronize, reopened]
jobs:

View file

@ -3,7 +3,8 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- "*"
- "main"
- "fp-edits"
pull_request:
types: [opened, synchronize, reopened]
jobs:

View file

@ -3,7 +3,8 @@ author: "9pfs@amcforum.wiki (h @ nest)"
on:
push:
branches:
- "*"
- "main"
- "fp-edits"
pull_request:
types: [opened, synchronize, reopened]
jobs: