mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
update test.yml
This commit is contained in:
parent
a54d0f3f2c
commit
132fbf248c
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -5,10 +5,7 @@ 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:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
["push", "pull_request"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
@ -36,6 +33,7 @@ jobs:
|
||||
run: |
|
||||
kos32-gcc -v
|
||||
kos32-g++ -v
|
||||
|
||||
windows-install:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user