Skip to content

Commit

Permalink
#2 Add on event to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Apr 30, 2024
1 parent 6a83fb8 commit 160367d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Build Booz Allen Maven Licenses
name: Build aissemble

on:
workflow_dispatch:
Expand All @@ -16,6 +16,9 @@ on:
required: true
type: string
default: '2-build-action'
push:
branches: [ "2-build-action" ]

jobs:
build:

Expand Down

0 comments on commit 160367d

Please sign in to comment.