Skip to content

Commit

Permalink
Update ci.yaml to accept PRs from outside repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator authored Oct 9, 2023
1 parent f791159 commit 64ea81d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: ci
on:
push:
branches: [main, develop]
pull_request:
pull_request_target:
types: [assigned, opened, synchronize, reopened]

env:
REGISTRY: ghcr.io
Expand All @@ -25,6 +26,11 @@ jobs:
build:
needs: [setup]
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 64ea81d

Please sign in to comment.