diff --git a/.github/workflows/strip-python-notebooks.yml b/.github/workflows/strip-python-notebooks.yml index 02c79157..fc8560f1 100644 --- a/.github/workflows/strip-python-notebooks.yml +++ b/.github/workflows/strip-python-notebooks.yml @@ -2,6 +2,8 @@ name: Strip Python and R Notebooks from Outputs and Transform .irnb to .Rmd on: push: + branches: + - main concurrency: group: strip-transform-notebooks-${{ github.ref }}