Skip to content

Commit

Permalink
chore: 🤖 update check-pr workflow to run on every commit in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jan 16, 2024
1 parent 0d7c23c commit 7ebc4f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Check PR

on:
pull_request:
types: [opened]
branches: [main]

jobs:
check-pr:
if: github.head_ref != 'release'
runs-on: macos-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 7ebc4f6

Please sign in to comment.