Skip to content

Commit

Permalink
Change CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
seachicken committed Oct 28, 2023
1 parent c653eb6 commit 41fa263
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI for Windows

on:
pull_request:
push:
branches: [main]
branches:
- '*'
tags:
- ''

jobs:

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI

on:
pull_request:
push:
branches: [main]
branches:
- '*'
tags:
- ''

jobs:

Expand Down

0 comments on commit 41fa263

Please sign in to comment.