Skip to content

Commit

Permalink
Change branch name in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThitiphongW committed Sep 20, 2024
1 parent e5ddad4 commit 0c779f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image to ECR
on:
push:
branches:
- example/pipeline # or specify any branch you want to trigger this workflow on
- vee/github-action # or specify any branch you want to trigger this workflow on

jobs:
build-and-push:
Expand Down

0 comments on commit 0c779f4

Please sign in to comment.