Skip to content

Commit

Permalink
fix branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Sep 29, 2024
1 parent f108392 commit f3631e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Run Docker Image
on:
push:
branches:
- 'release/**' # Trigger on push to release branches
- 'ci' # Trigger on push to release branches

jobs:
build_and_run:
Expand Down

0 comments on commit f3631e6

Please sign in to comment.