Skip to content

Commit

Permalink
Change push to only main branch for Build GHCR workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored Sep 3, 2024
1 parent 7df24a9 commit 10634a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: Build for GitHub Container Registry

on:
push:
branches:
- "main"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Bump version

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Release
run-name: Release ${{ github.event.inputs.release_type }}

Expand Down

0 comments on commit 10634a4

Please sign in to comment.