Skip to content

update push github action #38

update push github action

update push github action #38

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches:
- master
- develop
- release/*
jobs:
test:
uses: ./.github/workflows/test.yml
package:
needs: test
uses: ./.github/workflows/package.yml