uprava workflow
This commit is contained in:
@@ -4,10 +4,14 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
smoke-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo "runner funguje"
|
||||
- run: uname -a
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
Reference in New Issue
Block a user