Skip to content

Commit

Permalink
ci-update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Nov 22, 2024
1 parent 8375acf commit 8cba4bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: build_test

on:
push:
branches: ["main"]
branches:
- "**"
pull_request:
branches:
- "**"

workflow_dispatch:

jobs:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ name: spell_check

on:
push:
branches: [ "main" ]
branches:
- "**"
pull_request:
branches:
- "**"

workflow_dispatch:

Expand Down

0 comments on commit 8cba4bd

Please sign in to comment.