Skip to content

Commit

Permalink
GH Actions improvements
Browse files Browse the repository at this point in the history
Allow manual workflow runs and update the checkout action version
  • Loading branch information
dmbaturin committed Apr 11, 2024
1 parent f6ab907 commit 473f308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -20,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install build dependencies via homebrew
run: |
Expand Down

0 comments on commit 473f308

Please sign in to comment.