Skip to content

Commit

Permalink
ci: Fixing CI triggers for github-ci branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDavis-Ibexlabs committed Apr 1, 2024
1 parent 9fb594f commit 1f9e595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ name: Publish Docker image
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: [ "main", "github-ci" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "github-ci" ]

jobs:
push_to_registry:
Expand Down

0 comments on commit 1f9e595

Please sign in to comment.