Skip to content

Commit cc040b5

Browse files
authored
Merge pull request #49 from Fish-Community/master
workflow fix 14
2 parents e7c852c + d903689 commit cc040b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pr-trusted.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [opened, reopened, synchronize]
66
paths:
77
- 'src/**.ts'
8+
branches:
9+
- 'master'
810
jobs:
911
Typescript_Compile_and_Tests:
1012
# Ensure the PR is not from a fork

.github/workflows/pr-untrusted.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
permissions:
1717
contents: read
1818
steps:
19+
- uses: actions/checkout@v1
20+
with:
21+
ref: ${{ github.head_ref }}
1922
- name: Install pnpm
2023
uses: pnpm/action-setup@v4
2124
with:

0 commit comments

Comments
 (0)