MistySOM / rzv2l

MH11-V2L-1
MIT License
0 stars 0 forks source link

Update check-submodule.yml #14

Closed matinlotfali closed 1 year ago

matinlotfali commented 1 year ago

I realized that the context variable github.base_ref only works with 'pull requests' and they won't work correctly after the pull request is merged or a commit is pushed on a branch.

So I added an if statement to check for the type of event and set the variable correctly.