Skip to content

Commit

Permalink
added environment
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw committed Jul 23, 2024
1 parent ae8aab7 commit 7fb05cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
run_tests:
runs-on: macos-14
environment: ${{ github.event_name == 'push' && 'default' || 'ci-macos' }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 7fb05cc

Please sign in to comment.