Skip to content

Commit

Permalink
Merge pull request #2 from TUDelftGeodesy/update_private_repo_gh_action
Browse files Browse the repository at this point in the history
Update private repo gh action
  • Loading branch information
rogerkuou authored Jan 6, 2025
2 parents cc761f3 + 271d14b commit 6b83bc5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches:
- "main"
- "dev"
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
build:
Expand Down

0 comments on commit 6b83bc5

Please sign in to comment.