From 4b4407f3856722c9aecbb27c805fff6c15500d97 Mon Sep 17 00:00:00 2001 From: Egor00f Date: Thu, 7 Nov 2024 19:45:03 +0500 Subject: [PATCH] Revert "update test.yml" This reverts commit 132fbf248c3bdc2ff4f9f03fc5f726f27e1aa007. --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d80c29..99b103d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,10 @@ name: test # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - ["push", "pull_request"] + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -33,7 +36,6 @@ jobs: run: | kos32-gcc -v kos32-g++ -v - windows-install: runs-on: windows-latest steps: