Skip to content

Commit

Permalink
This has to be master
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 30, 2024
1 parent dbff3ec commit 86a51aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Run pipeline tests and deploy to registry
on:
push:
branches:
- "*"
- '*'
tags:
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
- '.+-rc[0-9]'
pull_request:
branches:
- $default-branch
- 'master'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 86a51aa

Please sign in to comment.