Skip to content

Commit

Permalink
CI: update branch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Sep 17, 2024
1 parent c804b5a commit dc8ea47
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/basic-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Clean install

on:
push:
branches: [ "github-main" ]
branches: [ "main" ]
pull_request:
branches: [ "github-main" ]
branches: [ "main" ]
release:
types:
- published

jobs:
build:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: GitHub Pages

on:
push:
branches:
- github-main
branches: [ "main" ]
pull_request:
branches:
- github-main
branches: [ "main" ]
release:
types:
- published

jobs:
deploy:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: pre-commit

on:
push:
branches: [ "github-main" ]
branches: [ "main" ]
pull_request:
branches: [ "github-main" ]
branches: [ "main" ]
release:
types:
- published

jobs:
pre-commit:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Python package

on:
push:
branches: [ "github-main" ]
branches: [ "main" ]
pull_request:
branches: [ "github-main" ]
branches: [ "main" ]
release:
types:
- published

jobs:
build:
Expand Down

0 comments on commit dc8ea47

Please sign in to comment.