Skip to content

Commit

Permalink
total zpicenej example
Browse files Browse the repository at this point in the history
  • Loading branch information
PilnyTomas committed Mar 7, 2024
1 parent d9f8b1d commit ad92152
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run_py.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
on: [push]
name: Run Generator in Docker
on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

# Output build artifacts to /github/workspace on the container.
- name: Containerized Build
Expand Down

0 comments on commit ad92152

Please sign in to comment.