Skip to content

Commit

Permalink
macos CI bring back triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 18, 2024
1 parent ed9d0cf commit 33654df
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: macos

# on:
# push:
# branches:
# - 'main'
# pull_request:
# branches:
# - '*'
on: [push, pull_request]
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'

jobs:
macos-build:
Expand Down

0 comments on commit 33654df

Please sign in to comment.