Skip to content

Commit

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

0 comments on commit 4b4407f

Please sign in to comment.