Initial Workflow test

This commit is contained in:
Dimitar Manov 2025-06-09 18:28:52 +03:00
parent 3cc0e7a31a
commit b7ade1c787

18
.github/workflows/task.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
name: DEV-CI-CD
on:
pull_request:
types: [ closed ]
branches: [ master ]
jobs:
build:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
name: Build
runs-on: ubuntu-latest
steps:
- name: echo label
run: echo "PR with label 'CI:Build' was merged"