chore: Attempt to figure out why one workflow is not triggering

This commit is contained in:
Rostislav Raykov 2019-09-21 23:18:47 +02:00
parent a6102da286
commit 53608879b9

View file

@ -8,10 +8,10 @@ name: Publish
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master