Add CI to next branch

This commit is contained in:
Ajeet D'Souza 2022-08-29 02:55:19 +05:30
parent 8feeec2536
commit a88be74e3e
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
name: ci name: ci
on: on:
push: push:
branches: [main] branches:
- main
- next
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:

View File

@ -1,7 +1,9 @@
name: release name: release
on: on:
push: push:
branches: [main] branches:
- main
- next
pull_request: pull_request:
workflow_dispatch: workflow_dispatch: