Skip to content

Commit

Permalink
ci: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Feb 4, 2021
1 parent fbaf7f9 commit 6c47bad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 57 deletions.
54 changes: 0 additions & 54 deletions .github/actions/build-moos-core/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- ci-actions
- master
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- ci-actions
- master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- ci-actions
- master
release:
types:
- published
Expand Down

0 comments on commit 6c47bad

Please sign in to comment.