From 517f73517cb8734dca49266f1963d90d42539bc0 Mon Sep 17 00:00:00 2001 From: samo_lego <34912839+samolego@users.noreply.github.com> Date: Mon, 10 Aug 2020 17:10:01 +0200 Subject: [PATCH] Name fix --- .github/workflows/ci_fabric-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_fabric-stable.yml b/.github/workflows/ci_fabric-stable.yml index 1d7a290..c0b2580 100644 --- a/.github/workflows/ci_fabric-stable.yml +++ b/.github/workflows/ci_fabric-stable.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 name: Fetching branches with: - ref: ${{ on.push.branches }} + ref: 'fabric' - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: