Skip to content

Commit

Permalink
Changed CI to Run on PRs (#16)
Browse files Browse the repository at this point in the history
Updated worflow to run on PR
  • Loading branch information
jack-yao91 authored Jun 14, 2024
1 parent ec58a13 commit 06c86dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/re-use-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
tests:
name: ${{ inputs.title }}
runs-on: poly-hammer-runner
if: github.repository == 'poly-hammer/BlenderTools'
timeout-minutes: 120
permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Tests

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- dev
- ci-testing
paths:
- 'send2ue/**/*'
Expand Down

0 comments on commit 06c86dc

Please sign in to comment.