Skip to content

Commit

Permalink
Update workflows to fit move from develop to main
Browse files Browse the repository at this point in the history
  • Loading branch information
duckth committed Nov 23, 2023
1 parent a5c0c45 commit c430de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches:
- develop
- main
pull_request_target:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to dev
on:
push:
branches:
- develop
- main

jobs:
dev-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request

on:
pull_request:
branches: [develop]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit c430de0

Please sign in to comment.