Skip to content

Commit

Permalink
replaced master with main
Browse files Browse the repository at this point in the history
  • Loading branch information
metatxn committed Apr 16, 2021
1 parent 144a27b commit 4c61a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build and push images
on:
push:
branches:
- master
- main
paths:
- "*"
- "!README.md"
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'
- 'main'

jobs:
docker:
Expand Down

0 comments on commit 4c61a45

Please sign in to comment.