Skip to content

Commit

Permalink
Update alap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored Mar 14, 2024
1 parent fa8cdec commit cd37b4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/alap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ name: GitHub Action - Alap
on:
push:
branches:
- main
- demo
pull_request:
branches:
- main
- demo
- release-*
schedule: ## Minden 5 percben
- cron: '*/5 * * * *'

Expand All @@ -39,6 +37,7 @@ jobs:
- name: Több soros parancsok
run: |
echo "## Ez egy nagyobb rész"
echo ${{ github.event_name }}
echo "## Fájlok listája"
ls -l
echo "## Helyi mappa"
Expand Down

0 comments on commit cd37b4e

Please sign in to comment.