Skip to content

Commit

Permalink
Cleaning up branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Jul 12, 2024
1 parent 553bb74 commit 7378893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: build_docker_image

on:
push:
branches: [dev, test-github-actions]
branches: [dev]
paths:
- 'Dockerfile'
- 'requirements.txt'
- '.github/workflows/build.yml'
pull_request:
branches: [dev, test-github-actions]
branches: [dev]
paths:
- 'Dockerfile'
- 'requirements.txt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: test_code

on:
push:
branches: [dev, test-github-actions]
branches: [dev]
pull_request:
branches: [dev, test-github-actions]
branches: [dev]

jobs:
test_core:
Expand Down

0 comments on commit 7378893

Please sign in to comment.