Skip to content

Commit

Permalink
develop -> dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed May 16, 2024
1 parent 64a49f2 commit 435882e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
- contrib_test
- develop
- dev
jobs:
update-contributors:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- develop
- dev

jobs:
build-ubuntu:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_pages_develop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build on develop (Ubuntu)
name: Build on dev (Ubuntu)

on:
pull_request:
branches:
- develop
- dev
push:
branches:
- develop
- dev

jobs:
build-ubuntu:
Expand All @@ -24,8 +24,8 @@ jobs:
with:
source-directory: '_book'
destination-github-username: 'harvard-edge'
destination-repository-name: 'cs249r_book_develop'
destination-repository-name: 'cs249r_book_dev'
user-email: [email protected]
target-branch: 'main'
target-directory: 'docs'
commit-message: 'Push develop branch build'
commit-message: 'Push dev branch build'
2 changes: 1 addition & 1 deletion .github/workflows/build_pages_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- develop
- dev

jobs:
build-windows:
Expand Down

0 comments on commit 435882e

Please sign in to comment.