Skip to content

Commit

Permalink
NOREF Run on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbenowitz committed Mar 9, 2021
1 parent 05a38f4 commit 28b3ee4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# build a container and deploy to ECR
name: Publish qa
on:
pull_request:
branches: [fc-components]
types: [pull_request]
push:
branches:
- github-actions
# pull_request:
# branches: [fc-components]
# types: [closed]

jobs:
publish_qa:
Expand Down

0 comments on commit 28b3ee4

Please sign in to comment.