Merge pull request #133 from paullockaby/dependabot/pip/distlib-0.3.9 #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Merges | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
secrets: inherit | |
# only run if the commit message does not begin with "bump:" | |
# do not want to run the tests when we are bumping because tests already ran | |
if: "!startsWith(github.event.head_commit.message, 'bump:')" |