Add pull request event types to action.yml

This update introduces new event types for handling pull requests in the action.yml file, allowing for better caching and event management during CI/CD processes.
This commit is contained in:
Shkar T. Noori 2025-05-08 23:21:34 +03:00
parent a126631a61
commit 6bc379401f
No known key found for this signature in database
GPG Key ID: C5E1A00F3BB78732

View File

@ -56,6 +56,10 @@ runs:
# Cache
type=raw,value=${{ github.ref_name }}-cache
# Pull Request
type=ref,event=pr
type=ref,event=pr,suffix=-{{sha}},priority=8887 # 2
# Branches
type=ref,event=branch
type=ref,event=branch,suffix=-{{sha}},priority=8888 # 2