Skip to content

Merge pull request #61 from paullockaby/dependabot/pip/aiohttp-3.10.5 #5

Merge pull request #61 from paullockaby/dependabot/pip/aiohttp-3.10.5

Merge pull request #61 from paullockaby/dependabot/pip/aiohttp-3.10.5 #5

Workflow file for this run

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:')"