Skip to content

Commit

Permalink
Attempt to reduce duplication of CI on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 27, 2024
1 parent 32a6cf1 commit 2d37488
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: ci

on:
- pull_request
- push
push:
branches:
- main
pull_request:
branches:
- "**" # This will match pull requests targeting any branch

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
name: more-ci

on:
- pull_request
- push
push:
branches:
- main
pull_request:
branches:
- "**" # This will match pull requests targeting any branch

jobs:
build:
Expand Down

0 comments on commit 2d37488

Please sign in to comment.