Skip to content

Commit

Permalink
Always build images on main (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jan 28, 2025
1 parent 629d7da commit e3cb978
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ on:
- "test/**"
- ".github/workflows/integration-tests.yaml"
push:
# Always build images on `main` so future PRs have a cached image to work off of
branches: ["main"]
tags: ["*"]
paths:
- "action.yaml"
- "test/**"
- ".github/workflows/integration-tests.yaml"

concurrency:
group: integration-tests-${{ github.event_name == 'pull_request' && 'pr' || 'push' }}-${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit e3cb978

Please sign in to comment.