Browse Source

update pr workflow (#697)

pull/703/head
Dan Ditomaso 11 months ago
committed by GitHub
parent
commit
3bcda37e66
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/pr.yml

7
.github/workflows/pr.yml

@ -1,9 +1,6 @@
name: Push to Main CI
name: Pull Request CI
on:
push:
branches:
- main
on: pull_request
permissions:
contents: write

Loading…
Cancel
Save