chore(actions): enable build from branch

This commit is contained in:
rjshrjndrn 2022-06-03 12:47:44 +02:00
parent cc726d1dbe
commit ca72d8b09d
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# This action will push the chalice changes to aws
on:
workflow_dispatch:
push:
branches:
- dev

View file

@ -1,5 +1,6 @@
# This action will push the utilities changes to aws
on:
workflow_dispatch:
push:
branches:
- dev

View file

@ -1,6 +1,7 @@
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
on:
workflow_dispatch:
push:
branches:
- dev

View file

@ -1,6 +1,7 @@
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
on:
workflow_dispatch:
push:
branches:
- dev