Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #578 from BuxOrg/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 9dddf15 + e530b2c commit 14e94c7
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 14e94c7

Please sign in to comment.