Skip to content

Commit

Permalink
Trigger push on master, dev, feature branches
Browse files Browse the repository at this point in the history
I had incorrectly put it on workflow_dispatch which will not help as
needed.
  • Loading branch information
aj-stein-gsa committed Sep 11, 2024
1 parent a1b0f27 commit a528d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
- develop
- 'feature/**'
paths:
- Dockerfile
- "src/**"
Expand All @@ -13,7 +15,6 @@ on:
workflow_dispatch:
branches:
- master
- 'feature**'
name: Process Content
env:
HOME_REPO: GSA/fedramp-automation
Expand Down

0 comments on commit a528d61

Please sign in to comment.