Skip to content

Commit

Permalink
Allow Manual Triggering of Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stphnwlsh committed Feb 19, 2023
1 parent 84c103f commit bc5129f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
analyse:
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
template:
name: Nuget Template
runs-on: ubuntu-latest
needs: pipeline

strategy:
fail-fast: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependecy-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Automated Dependency Updates
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
dependencies:
Expand Down

0 comments on commit bc5129f

Please sign in to comment.