Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 7, 2024
1 parent a54d0f3 commit 132fbf2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -36,6 +33,7 @@ jobs:
run: |
kos32-gcc -v
kos32-g++ -v
windows-install:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 132fbf2

Please sign in to comment.