Skip to content

Commit

Permalink
ci: Remove all filters from workflow (always run)
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha-ohne-el committed Dec 3, 2023
1 parent 91e1e74 commit 295bbc0
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
name: Integration

on:
push:
tags-ignore:
- 'versions/*'
paths:
- '**.kt'
- '**.kts'
- '**/gradle.properties'
- '**/gradlew'
- '**/gradlew.bat'
- '.github/workflows/**'
pull_request:
paths:
- '**.kt'
- '**.kts'
- '**/gradle.properties'
- '**/gradlew'
- '**/gradlew.bat'
- '.github/workflows/**'

workflow_dispatch:
on: [ push, pull_request, workflow_dispatch ]

# Make sure only one run is ever queued simultaneously to save resources.
# If a run is queued when one is already queued, the old one will get cancelled before it starts.
Expand Down

0 comments on commit 295bbc0

Please sign in to comment.