Skip to content

Commit

Permalink
Run on push to main branch and not any other
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jan 12, 2025
1 parent e255054 commit 1f2f302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Pack Docker Image
on: [push]
on:
push:
branch: [main]
jobs:
build:
name: Build and Pack Docker Image
Expand Down

0 comments on commit 1f2f302

Please sign in to comment.