Skip to content

Commit

Permalink
Merge pull request #2 from weaveworks/change-ci-branch-to-main
Browse files Browse the repository at this point in the history
Update main.yaml
  • Loading branch information
AhmedSa-mir authored Sep 1, 2022
2 parents 7c66186 + 4d6067d commit b23ca7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: polctl
on:
push:
tags: ['*']
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -27,4 +27,4 @@ jobs:
run: |
docker build . -t weaveworks/polctl:${GITHUB_REF/refs\/tags\//}
docker push weaveworks/polctl:${GITHUB_REF/refs\/tags\//}

0 comments on commit b23ca7f

Please sign in to comment.