Skip to content

Commit

Permalink
chore: run GitHub actions when branch name has slash
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 28, 2020
1 parent 0308ffc commit 433817d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- '*'
- '**'
pull_request:
branches:
- '*'
- '**'

# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners
# GitHub Actions does not support Docker, PostgreSQL server on Windows, macOS :(
Expand Down

0 comments on commit 433817d

Please sign in to comment.