mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
9 changed files with 13 additions and 14 deletions
@ -1,8 +1,7 @@ |
|||||||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node |
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node |
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions |
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions |
||||||
|
|
||||||
name: Node.js CI |
name: "CI/CD" |
||||||
|
|
||||||
on: |
on: |
||||||
push: |
push: |
||||||
branches: [ master ] |
branches: [ master ] |
@ -1,4 +1,4 @@ |
|||||||
name: Issue closed notification |
name: "On Event : Issue Closed" |
||||||
|
|
||||||
on: |
on: |
||||||
issues: |
issues: |
@ -1,4 +1,4 @@ |
|||||||
name: docker |
name: "Release : Docker" |
||||||
|
|
||||||
on: |
on: |
||||||
workflow_dispatch: |
workflow_dispatch: |
Loading…
Reference in new issue