Skip to content

[To Staging] Update Github action #49

[To Staging] Update Github action

[To Staging] Update Github action #49

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- 'dev'
- 'staging'
- 'master'
workflow_dispatch:
jobs:
test-pr:
uses: ./.github/workflows/run_tests.yml
secrets: inherit