Skip to content

Commit

Permalink
Enable some CI on v2 branch (revert me)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 12, 2024
1 parent a77b685 commit a7bba90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linter_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Run linters on PRs
on:
pull_request:
branches:
- v2 # TODO: Remove!
- development
- main
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- published
push:
branches:
- v2 # TODO: Remove!
- development
# Trigger manually at https://github.com/icesat2py/icepyx/actions/workflows/publish_to_pypi.yml
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/uml_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Update UML diagrams
on:
pull_request_review:
types: [submitted]
branches: development
branches:
- v2 # TODO: Remove!
- development
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a7bba90

Please sign in to comment.