Skip to content

Commit

Permalink
fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rizzi committed Oct 12, 2024
1 parent e70ab2d commit 4142129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ name: github-Linux-baseline
on:
pull_request:
types: [ opened, reopened, synchronize ]
paths-ignore:
- 'logos/**'
- 'helper_scripts/**'
- 'docker_scripts/**'
- 'docs/**'
- '**/*.md'
push: # for direct quick fixes
branches:
- 'main'
- 'develop'
branches: [main, develop]
paths-ignore:
- 'logos/**'
- 'helper_scripts/**'
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/ci-trilinos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ on:
- 'docker_scripts/**'
- 'docs/**'
- '**/*.md'
push: # for direct quick fixes
branches:
- 'main'
- 'develop'
paths-ignore:
- 'logos/**'
- 'helper_scripts/**'
- 'docker_scripts/**'
- 'docs/**'
- '**/*.md'

concurrency:
group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4142129

Please sign in to comment.