create release workflow #19
Workflow file for this run
This file contains hidden or 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
# handles fork builds that needs secrets | |
name: Notify unit test | |
on: [pull_request] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: notifying unit-test workflow | |
run: echo 'done' |