trigger pipeline on push to dev

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 13:56:59 +03:00
parent da0721a5f7
commit 7fd63572bd
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -5,7 +5,7 @@ on:
# types: [labeled] # types: [labeled]
push: push:
branches: branches:
- main - dev
jobs: jobs:
hello-world-job: hello-world-job:
runs-on: ubuntu-latest runs-on: ubuntu-latest