Create main.yml

هذا الالتزام موجود في:
2025-09-28 11:15:00 +03:00
ملتزم من قبل GitHub
التزام 2d1c7312d3

14
.github/workflows/main.yml مباع Normal file
عرض الملف

@@ -0,0 +1,14 @@
name: First workflow
on:
push:
branches:
- main
jobs:
example-job:
runs-on: ubuntu-latest
steps:
- name: print a welcome message
run: echo "welcome to our first github actions workflow"