Skip to content

Cite example repos that actually use this template #37

Cite example repos that actually use this template

Cite example repos that actually use this template #37

Workflow file for this run

# This runs jobs which pyiron modules should run on pushes or PRs to main
name: Push-Pull-main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull-main.yml@main
secrets: inherit