Skip to content

Commit

Permalink
Don't run docker workflow on this branch anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 26, 2022
1 parent e20bce1 commit 8471a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Expand Up @@ -4,7 +4,7 @@ name: Docker
# it only runs on events we want to have as 'latest' image on the registry.
on:
push:
branches: [ "master", "ch1bo/multiple-docker-images" ]
branches: [ "master" ]
tags: [ "*.*.*" ]

jobs:
Expand Down

0 comments on commit 8471a9c

Please sign in to comment.