Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Dec 9, 2024
1 parent d6da59c commit 2717b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Staging
on:
push:
branches:
- "master"
- "mistress"

env:
COMPONENT: pub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "*"
- "!master"
- "!mistress"

jobs:

Expand Down

0 comments on commit 2717b76

Please sign in to comment.