Skip to content

Commit

Permalink
Merge pull request #49 from Fish-Community/master
Browse files Browse the repository at this point in the history
workflow fix 14
  • Loading branch information
Jurorno9 authored Jan 26, 2025
2 parents e7c852c + d903689 commit cc040b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-trusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [opened, reopened, synchronize]
paths:
- 'src/**.ts'
branches:
- 'master'
jobs:
Typescript_Compile_and_Tests:
# Ensure the PR is not from a fork
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-untrusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v1
with:
ref: ${{ github.head_ref }}
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit cc040b5

Please sign in to comment.