Skip to content

Commit 6974aa5

Browse files
authored
Merge pull request #3200 from MoralCode/update-build-rules
Update build rules
2 parents 47ceea4 + 5e5f70f commit 6974aa5

3 files changed

Lines changed: 4 additions & 32 deletions

File tree

.github/workflows/auto_merge.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/build_docker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- dev
6+
- release
77
pull_request:
88
release:
99
types:
@@ -174,11 +174,10 @@ jobs:
174174
labels: |
175175
org.opencontainers.image.title=augur_${{ matrix.image}}
176176
images: ghcr.io/${{ github.repository_owner }}/augur_${{ matrix.image }}
177-
# Pushes to the dev branch update the *:devel-latest tag
177+
# Pushes to the main branch update the *:devel-latest tag
178178
# Releases update the *:latest tag and the *:<version> tag
179-
# Main does not update any tags
180179
tags: |
181-
type=raw,value=devel-latest,enable=${{ github.ref == 'refs/heads/dev' }}
180+
type=raw,value=devel-latest,enable=${{ github.ref == 'refs/heads/main' }}
182181
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
183182
type=raw,value=${{ github.event.release.tag_name }},enable=${{ github.event_name == 'release' }}
184183

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "run-linting-checks"
22
on:
33
pull_request:
4-
branches: [main, dev]
4+
branches: [main, release]
55

66
jobs:
77
run-pylint:

0 commit comments

Comments
 (0)