Skip to content

Commit 0aadb88

Browse files
Limit test to only main branch
1 parent dc5e9b5 commit 0aadb88

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. Create PAT with `read:packages` and `write:packages` see https://docs.github.com/en/free-pro-team@latest/packages/guides/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry
33
# 2. Create CR_PAT variable under Settings / Secrets
44

5-
name: Docker
5+
name: BUILD Docker
66

77
on:
88
push:

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
# 1. Create PAT with `read:packages` and `write:packages` see https://docs.github.com/en/free-pro-team@latest/packages/guides/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry
33
# 2. Create CR_PAT variable under Settings / Secrets
44

5-
name: Docker
5+
name: TEST Docker
66

7-
on: [push]
7+
on:
8+
push:
9+
branches:
10+
- main
811

912
env:
1013
FETCHER_IMAGE_VERSION: 3.15.0

0 commit comments

Comments
 (0)