Skip to content

Commit

Permalink
Fixed on push branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nkononov committed Mar 21, 2024
1 parent 1e21455 commit 3095f99
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- published
push:
branches:
- release-1
- 'release*'
- master

jobs:
build:
Expand All @@ -25,6 +26,6 @@ jobs:
run: |
ls -l
cat main/main.go
echo "Image pushed to ${{ steps.extract_branch.outputs.branch }}"
echo "Image pushed to ${{ steps.extract_branch.outputs.branch[:2] }}"
# uses: docker/setup-qemu-action@v3

72 changes: 72 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3095f99

Please sign in to comment.