Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 23, 2024
1 parent f7979ef commit 97b6392
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: Build

on:
Expand All @@ -12,6 +12,9 @@ on:
- '**/*.md'
- '.github/*.yml'
pull_request:
paths-ignore:
- '**/*.adoc'
- '**/*.md'
workflow_dispatch:
# https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/

Expand All @@ -28,10 +31,10 @@ jobs:
experimental: false
- os: ubuntu-20.04
experimental: false
#- os: macos-12.0
#- os: macos-12.0 # not enough runners available
# experimental: false
- os: macos-11.0
experimental: false
experimental: true

steps:
- name: Git Checkout
Expand Down

0 comments on commit 97b6392

Please sign in to comment.