diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-04-01 17:01:50 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-04-01 17:01:50 -0400 |
| commit | 580054f302cac0788f7b960b3a95046f07a1c0f2 (patch) | |
| tree | fdc728d2ad9ea1d7dc06a74680be0f2e0a78afef /.github/workflows | |
| parent | bc2c850826f4fbde29d3cf3bacb1214e9ff06d93 (diff) | |
| download | AleeBot-master.tar.gz AleeBot-master.tar.bz2 AleeBot-master.zip | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6bdfd97..de43721 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -4,10 +4,10 @@ on: schedule: - cron: '39 0 * * *' push: - branches: [ "4.0" ] + branches: [ "master", "beta" ] tags: [ 'v*.*.*' ] pull_request: - branches: [ "4.0" ] + branches: [ "master", "beta" ] env: REGISTRY: ghcr.io |
