Compare commits

..

No commits in common. "ef2854185e6c520db22876a192685a35380d28cf" and "5402178e7b0fe67e2e7efb241ec9e20be2e8e047" have entirely different histories.

2 changed files with 7 additions and 1 deletions

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
push: push:
branches: branches:
- main # - main
jobs: jobs:
deploy: deploy:

View file

@ -27,6 +27,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.test-mastodon-service -L - run: nix build .#checks.x86_64-linux.test-mastodon-service -L
check-pixelfed:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.test-pixelfed-garage-service -L
check-peertube: check-peertube:
runs-on: native runs-on: native
steps: steps: