File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
12# This workflow will protect the main branch by testing and linting new PRs and commits
23
34name : CI Dev
45
6+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
7+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
58on :
69 push :
710 branches :
Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
12# This workflow will protect the main branch by testing and linting new PRs and commits
23
34name : CI Main
45
6+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
7+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
58on :
69 push :
710 branches :
Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
12# This workflow will publish any new release to the npmjs registry
23
34name : Publish
45
6+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
57on :
68 release :
7- types : [created ]
9+ types : [released ]
810
911jobs :
1012 publish :
You can’t perform that action at this time.
0 commit comments