Skip to content

Commit

Permalink
remove specific branch for cd/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiasGutierrezCruz committed Jan 16, 2025
1 parent f43dac7 commit 6b28eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extremes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Min, old, and nightly versions
on:
pull_request:
push:
branches: [main, dev/validate_duplicated_column_names]
branches: [main]

jobs:
minimum_versions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PyTest
on:
pull_request:
push:
branches: [main, dev/validate_duplicated_column_names]
branches: [main]

jobs:
pytest-38:
Expand Down

0 comments on commit 6b28eac

Please sign in to comment.