Skip to content

Commit

Permalink
Merge pull request #4 from antobinary/add-auto-build-publish
Browse files Browse the repository at this point in the history
2.6: allow ci run on specific branches/pulls
  • Loading branch information
antobinary authored Aug 30, 2023
2 parents 71cdd75 + 9206a5d commit 31eb633
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.build.push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Build And Push to Dockerhub
on:
push:
branches-ignore:
branches:
- 'v**'

pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
main:
name: Build Docker Image
Expand Down

0 comments on commit 31eb633

Please sign in to comment.