Skip to content

Commit

Permalink
Merge branch 'master' into ks10rename_reg
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 authored Apr 3, 2024
2 parents 5ffc150 + 2e54713 commit a0d85e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- master
tags-ignore:
- '*.*'
pull_request:
pull_request_target:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- master

Expand All @@ -21,6 +22,10 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0

- name: Test
run: |
Expand Down

0 comments on commit a0d85e9

Please sign in to comment.