Skip to content

Veto system indexing #102

Veto system indexing

Veto system indexing #102

Workflow file for this run

name: Geometry Generator
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
generator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run geometry generator
working-directory: ${{github.workspace}}/generator
run: |
chmod +x gradlew
./gradlew run
- name: List geometry files
run: |
ls -lht ${{github.workspace}}/gdml