Skip to content

Commit

Permalink
fix: workflow (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko authored Jun 23, 2023
1 parent 5524e2c commit 2ff5366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches:
- develop
- master
- main
paths-ignore:
- ".github/**"
- "README.md"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths-ignore:
- ".github/**"

Expand All @@ -26,4 +26,4 @@ jobs:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_staging_mainnet_ethereum_head_watcher.yaml"
TARGET: "master"
TARGET: "main"
2 changes: 1 addition & 1 deletion .github/workflows/create-tag-and-trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create tag and trigger deploy
on:
push:
branches:
- master
- main

permissions:
contents: write
Expand Down

0 comments on commit 2ff5366

Please sign in to comment.