Skip to content

Commit

Permalink
fix: run projects workflow from base
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed May 6, 2024
1 parent a47086a commit d98c103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
issues:
types:
- opened
pull_request:
pull_request_target:
types:
- opened

Expand All @@ -23,3 +23,4 @@ jobs:
# labeled: # optional
# The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR)
# label-operator: # optional

0 comments on commit d98c103

Please sign in to comment.