Skip to content

Commit

Permalink
Fixing Actions YAML branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Schnaufer committed Mar 19, 2021
1 parent 8db7e09 commit e2de030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Enforcing tests
on:
push:
branches:
- master
- main
- develop
pull_request:
branches:
- master
- main
- develop
tags:
- v*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Testing Docker image
on:
push:
branches:
- master
- main
- develop
pull_request:
branches:
- master
- main
- develop
tags:
- v*
Expand Down

0 comments on commit e2de030

Please sign in to comment.