edited ci.yml
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
romanpozii 2024-11-22 13:47:36 +01:00
parent 5df1100739
commit 66a91d483b

View File

@ -1,8 +1,9 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello,"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello,"