ukaea/neutronics_material_maker

pypi is creating packages on PR creation

Closed this issue · 2 comments

The github actions is being triggered on the creation of new PR

This should be done on merges into openmc version

perhaps this part of the github action needs changing

on:
pull_request:
branches:
- openmc_version
push:
branches:
- openmc_version

Tried to fix this in the latest PR #67

github actions has been updated