Skip to content

Commit

Permalink
Do not build container on push/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Nov 12, 2023
1 parent 566d1a4 commit e814060
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ on:
# rebuild latest regulary - to resolve CVEs in base images
- cron: "0 10 * * *"
push:
branches:
- "**"
tags:
- "\\d+\\.\\d+\\.\\d+"
pull_request:
branches:
- "main"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
build:
Expand Down

0 comments on commit e814060

Please sign in to comment.