[bugfix] workflow bugfix

This commit is contained in:
Abdellah El Morabit 2025-10-11 17:28:43 +02:00
parent 826910a089
commit 23328c9976

View File

@ -1,9 +1,11 @@
name: main-build name: main-build
run-name: compile-build run-name: compile-build
on: [push] on: [push]
jobs: jobs:
main-compile: main-compile:
runs-on: ubuntue-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "Workflow is running" - name: Run Build step
- run: echo "Workflow is running"