Skip to content

Commit

Permalink
Merge pull request #73 from bitcoin-sv/apply_workflow_changes
Browse files Browse the repository at this point in the history
ci(BUX-582): add check for manual tests
  • Loading branch information
dorzepowski authored Feb 9, 2024
2 parents 0d0fafe + 3b06730 commit 5abb619
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "On pull request"

on:
pull_request_target:
types:
- labeled
- unlabeled
- opened

permissions:
pull-requests: write

jobs:
on-pr:
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main

0 comments on commit 5abb619

Please sign in to comment.