Skip to content

Commit

Permalink
more deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Jul 29, 2023
1 parent 9bcbd97 commit 9460460
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: macos
on: [push, pull_request]
on:
push:
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: windows
on: [push, pull_request]
on:
push:
pull_request:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 9460460

Please sign in to comment.