Skip to content

Commit

Permalink
ci: build images on push to main and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 19, 2024
1 parent d19ff52 commit a1de7be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-images-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Test image generation

on:
push:
paths:
- '.github/**'
- 'src/**'
- 'test/**'
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build_images:
Expand Down

0 comments on commit a1de7be

Please sign in to comment.