.gitea/workflows/test: run on push on all branches
Test / test (push) Failing after 1m22s

This commit is contained in:
2026-02-24 20:42:10 +09:00
parent b44ea6d321
commit 4c201507a8
@@ -1,8 +1,6 @@
name: "Test"
on:
push:
branches:
- main
pull_request:
jobs:
@@ -16,9 +14,7 @@ jobs:
apt-get update
apt-get install -y git jq
- run: git config --global --add safe.directory '*'
- run: git clone --depth=1 --single-branch --branch=master https://git.pvv.ntnu.no/mugiten/kanjivg.git kanjivg
- name: Setup Flutter