Skip to content

Commit

Permalink
Uncomment triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 22, 2024
1 parent 2b7dde0 commit 42aee8f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ run-name: Build Engines for ${{ github.sha }}

# Run on `push` only for main, if not it will trigger `push` & `pull_request` on PRs at the same time
on:
# push:
# branches:
# - main
# - '*.*.x'
# - 'integration/*'
# paths-ignore:
# - '!.github/workflows/build-engines*'
# - '.github/**'
# - '.buildkite/**'
# - '*.md'
# - 'LICENSE'
# - 'CODEOWNERS'
# - 'renovate.json'
push:
branches:
- main
- '*.*.x'
- 'integration/*'
paths-ignore:
- '!.github/workflows/build-engines*'
- '.github/**'
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'
workflow_dispatch:
pull_request:
# paths-ignore:
# - '!.github/workflows/build-engines*'
# - '.github/**'
# - '.buildkite/**'
# - '*.md'
# - 'LICENSE'
# - 'CODEOWNERS'
# - 'renovate.json'
paths-ignore:
- '!.github/workflows/build-engines*'
- '.github/**'
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'

jobs:
is-release-necessary:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths-ignore:
- "!.github/workflows/test-query-engine.yml"
- "!.github/workflows/test-query-engine-template.yml"
- ".github/**"
- ".buildkite/**"
- "*.md"
Expand Down

0 comments on commit 42aee8f

Please sign in to comment.