Skip to content

Commit

Permalink
Merge pull request #49 from AgPipeline/develop
Browse files Browse the repository at this point in the history
Fixing Actions branch names
  • Loading branch information
Chris-Schnaufer authored Mar 19, 2021
2 parents ccdef07 + e2de030 commit 091ba9e
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 091ba9e

Please sign in to comment.