Skip to content

Commit

Permalink
testCI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmembre-zenika committed May 17, 2024
1 parent 511a7fe commit 310a389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/docker-image2.yml

This file was deleted.

0 comments on commit 310a389

Please sign in to comment.