From 35f9fa5f0f14bdad21b0c06fc5014c7a8582013a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Herv=C3=A9?= Date: Tue, 5 Sep 2023 14:42:27 +0200 Subject: [PATCH] fix action --- .github/workflows/optic_pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/optic_pr.yml b/.github/workflows/optic_pr.yml index 83bcff8..636267a 100644 --- a/.github/workflows/optic_pr.yml +++ b/.github/workflows/optic_pr.yml @@ -2,10 +2,11 @@ name: optic on: pull_request: push: - - main + - branches: + - 'main' jobs: - diff-all: + run: runs-on: ubuntu-latest steps: - name: Checkout