Skip to content

Commit

Permalink
try to trigger appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Mar 27, 2024
1 parent 11b2561 commit d0ea631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
branches:
- main
- '**'
pull_request:
branches:
- '**'
name: CI
concurrency:
group: ${{ github.ref }}-ci
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
branches:
- main
- '**'
pull_request:
branches:
- '**'
name: Rebuild All
concurrency:
group: ${{ github.ref }}-rebuild-all
Expand Down

0 comments on commit d0ea631

Please sign in to comment.