pkp/pkp-lib#10093 skip updating currentMailable.emailTemplates for ma… #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- '*' | |
pull_request: | |
branches: | |
['main'] | |
name: run-tests | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pkp/pkp-ui-library-action@main | |
with: | |
node_version: 20 |