Skip to content

Commit

Permalink
chore: name PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Jun 14, 2024
1 parent 7aea203 commit 051f93b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Build

on:
pull_request:
push:
branches: [develop]


jobs:
os-configurations:
os:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13]
name: OS configurations
name: OS
runs-on: ${{ matrix.os }}
permissions:
id-token: "write"
Expand Down

0 comments on commit 051f93b

Please sign in to comment.