Skip to content

Commit

Permalink
(test) Add on pull request trigger to windows-ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <[email protected]>
  • Loading branch information
gabibguti committed Sep 26, 2023
1 parent 23cadaf commit 7afa95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name: Windows-CI

# Only run the Windows CI manually since it takes much longer than the others.
on: workflow_dispatch
on: [workflow_dispatch, pull_request]

jobs:
POSIX:
Expand Down

0 comments on commit 7afa95a

Please sign in to comment.