Skip to content

Commit

Permalink
CI: re-enable Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jan 4, 2025
1 parent 0087796 commit dab9479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux

on: workflow_dispatch
on: [push, pull_request]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: macOS

on: workflow_dispatch
on: [push, pull_request]

jobs:
release:
Expand Down

0 comments on commit dab9479

Please sign in to comment.