Skip to content

Commit

Permalink
Fix PRs not able to build successfully
Browse files Browse the repository at this point in the history
Restrice token access
  • Loading branch information
VenomVendor committed Jun 22, 2024
1 parent 6e78b7c commit 054ca30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build on PR

on:
pull_request:
branches: ["main"]
pull_request_target:
types: [labeled]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 054ca30

Please sign in to comment.