update test.yml

This commit is contained in:
Егор 2024-11-07 19:37:30 +05:00
parent a54d0f3f2c
commit 132fbf248c

View File

@ -5,10 +5,7 @@ name: test
# Controls when the workflow will run # Controls when the workflow will run
on: on:
# Triggers the workflow on push or pull request events but only for the "main" branch # Triggers the workflow on push or pull request events but only for the "main" branch
push: ["push", "pull_request"]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
@ -36,6 +33,7 @@ jobs:
run: | run: |
kos32-gcc -v kos32-gcc -v
kos32-g++ -v kos32-g++ -v
windows-install: windows-install:
runs-on: windows-latest runs-on: windows-latest
steps: steps: