Skip to content

Commit

Permalink
Merge branch 'improvements/pre-commit_autoupdate_2020-05' of github.c…
Browse files Browse the repository at this point in the history
…om:cisagov/skeleton-generic into improvements/pre-commit_autoupdate_2020-05
  • Loading branch information
mcdonnnj committed May 14, 2020
2 parents f831ef8 + 4d4db07 commit 64edcc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# the repo. Unless a later match takes precedence,
# these owners will be requested for review when someone
# opens a pull request.
* @dav3r @felddy @jsf9k @mcdonnnj @cisagov/team-ois
* @dav3r @felddy @hillaryj @jsf9k @mcdonnnj @cisagov/team-ois
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: build

on: [
push,
pull_request
]
on:
push:
pull_request:
repository_dispatch:
types: [apb]

env:
PIP_CACHE_DIR: ~/.cache/pip
Expand Down

0 comments on commit 64edcc2

Please sign in to comment.