diff options
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7af81515..560e4433 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,11 +2,11 @@ name: Build and push Docker image on: push: - branches: [ develop ] + branches: [ main ] paths: - 'docker/**' pull_request: - branches: [ develop ] + branches: [ main ] paths: - 'docker/**' # Allows you to run this workflow manually from the Actions tab |
