Skip to content

Commit 10634a4

Browse files
authored
Change push to only main branch for Build GHCR workflow (#58)
1 parent 7df24a9 commit 10634a4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/build-ghcr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
---
12
name: Build for GitHub Container Registry
23

34
on:
45
push:
6+
branches:
7+
- "main"
58
workflow_dispatch:
69

710
jobs:

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build
23

34
on:

.github/workflows/bump-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Bump version
23

34
on:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Release
23
run-name: Release ${{ github.event.inputs.release_type }}
34

0 commit comments

Comments
 (0)