Skip to content

Commit

Permalink
Updates build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekspro committed Nov 17, 2023
1 parent 0d3e562 commit c2785c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build test

on:
workflow_dispatch:
push:
branches: [ "main" ]
branches:
- '*'
pull_request:
branches: [ "main" ]
branches:
- '*'
workflow_dispatch:

jobs:
test-windows:
Expand Down

0 comments on commit c2785c0

Please sign in to comment.