Skip to content

Commit

Permalink
ci(spi): fix typos in GH action to run only on selected branches
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Aug 14, 2023
1 parent e86d2f2 commit b8e116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Dataverse SPI

on:
push:
branch:
branches:
- "develop"
paths:
- "modules/dataverse-spi/**"
pull_request:
branch:
branches:
- "develop"
paths:
- "modules/dataverse-spi/**"
Expand Down

0 comments on commit b8e116a

Please sign in to comment.