From 6bc379401fe6137aac31968df4603bfeb50a3cb7 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Thu, 8 May 2025 23:21:34 +0300 Subject: [PATCH] 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. --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index c953333..e43f6ae 100644 --- a/action.yml +++ b/action.yml @@ -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