From bbcffd5f324824f66ebf387a996fde643e363568 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Mon, 2 Dec 2024 21:19:44 +0700 Subject: [PATCH] CI: remove a line that prevents PRs from being tested --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb3b38a..6662c7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,6 @@ on: jobs: test: - if: github.ref == 'refs/heads/master' && github.repository_owner == 'ia-toki' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2