Skip to content

Commit

Permalink
updated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed May 17, 2023
1 parent 3bee4a6 commit 9040259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- dev-cere
- master-cere
- 'feature/**'
- 'release/**'
- 'hotfix/**'
env:
ECR_REPOSITORY: pos-network-node
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- dev-cere
- master-cere
- 'feature/**'
- 'release/**'
- 'hotfix/**'
types:
- opened
- synchronize
Expand Down

0 comments on commit 9040259

Please sign in to comment.