Skip to content

Commit

Permalink
Document a bug in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Sep 19, 2023
1 parent d608064 commit 73a04ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ name: Main
on:
push:
branches: [ main, develop, wip ]
# As of September 19, 2023, these branches-ignore patterns don't work due to
# a bug in GitHub Actions See https://github.com/actions/runner/issues/2324
# Ditto below.
paths-ignore:
- .idea/**
- docs/**
- '.idea/**'
- '**/*.md'
pull_request:
branches: [ develop ]
paths-ignore:
- .idea/**
- docs/**
- '.idea/**'
- '**/*.md'
schedule:
# Every Monday at 00:00:00 UTC.
# @see https://crontab.cronhub.io/
Expand Down

0 comments on commit 73a04ca

Please sign in to comment.