Skip to content

Commit

Permalink
Merge pull request #340 from Scalr/fix-release-upload-staging
Browse files Browse the repository at this point in the history
fixed release upload to staging registry
  • Loading branch information
artemvang authored Aug 6, 2024
2 parents 6c5145c + b52e659 commit 18900c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ name: default

on:
push:
branches: [ master ]
branches:
- master
- release/**
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
- README.md
pull_request:
branches: [ master ]
branches:
- master
- release/**
paths-ignore:
- CHANGELOG.md
- CONTRIBUTING.md
Expand Down

0 comments on commit 18900c6

Please sign in to comment.