Skip to content

Commit

Permalink
branch name 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
zkytony committed Mar 7, 2024
1 parent 588d594 commit 3ff2673
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: pomdp-py repo macOS build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Pre-Commit
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
pre-commit:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: pomdp-py package

on:
push:
branches: [ "master", "dev-1.3.4-docs" ]
branches: [ "main" ]
pull_request:
branches: [ "master", "dev-1.3.4-docs" ]
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: pomdp-py repo ubuntu build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 3ff2673

Please sign in to comment.