Skip to content

Commit

Permalink
Run CI for all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch authored Mar 6, 2024
1 parent 187ddce commit dcf3a71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ on:
branches: ['**']
paths-ignore: ['*.adoc']
pull_request:
branches: [main]
paths-ignore: ['*.adoc']
schedule:
- cron: '30 2 * * TUE'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
activate:
if: >-
github.event_name == 'push' ||
(github.event_name == 'schedule' && github.repository_owner == 'spring-io') ||
(github.event_name == 'pull_request' && !startsWith(github.head_ref, 'docs/'))
runs-on: ubuntu-latest
steps:
- name: Proceed
Expand Down

0 comments on commit dcf3a71

Please sign in to comment.