Skip to content

Commit

Permalink
fix missing CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
acki-m committed Aug 10, 2021
1 parent 142d236 commit db438a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI to Docker Hub

on:
push:
branches: [ master ]
branches:
- 'master'

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/github_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI to GHCR

on:
push:
branches: [ master ]
branches:
- 'master'

jobs:

Expand Down

0 comments on commit db438a7

Please sign in to comment.