Skip to content

Commit

Permalink
chore: run eas updates only on labeled PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Dec 28, 2022
1 parent 761a890 commit 01c6ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
jobs:
publish:
if: ${{ (contains(github.event.pull_request.labels.*.name, 'example app')) }}
name: Install and publish
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 01c6ea8

Please sign in to comment.