diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 3f7559980..03e517826 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -1,10 +1,7 @@ name: ocelot.social backend test CI -on: - push: - branches: - - fix-runner +on: push jobs: files-changed: diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 81c068ba5..02d65ba9e 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -1,4 +1,5 @@ name: ocelot.social end-to-end test CI + on: push jobs: diff --git a/.github/workflows/test-webapp.yml b/.github/workflows/test-webapp.yml index 364ad4796..2b1e144a5 100644 --- a/.github/workflows/test-webapp.yml +++ b/.github/workflows/test-webapp.yml @@ -1,10 +1,7 @@ name: ocelot.social webapp test CI -on: - push: - branches: - - fix-runner +on: push jobs: files-changed: