Skip to content

Commit

Permalink
push to develop tests all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed May 3, 2024
1 parent 92b5bdc commit a8938bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- id: set-matrix
run: |
if [[ "${{ github.base_ref }}" == "develop" ]]; then
echo "matrix_os=[\"windows-latest\", \"ubuntu-latest\", \"macos-latest\"]" >> $GITHUB_OUTPUT
else
if [[ "${{ github.event_name }}" == "pull_request" && "${{ github.base_ref }}" == "refs/heads/develop" ]]; then
echo "matrix_os=[\"ubuntu-latest\"]" >> $GITHUB_OUTPUT
else
echo "matrix_os=[\"windows-latest\", \"ubuntu-latest\", \"macos-latest\"]" >> $GITHUB_OUTPUT
fi

Expand Down

0 comments on commit a8938bf

Please sign in to comment.