Skip to content

Commit

Permalink
Run github actions on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman authored Apr 6, 2020
1 parent 0ea74c1 commit 44d899b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build_macos

on:
push:
branches:
- master
pull_request:
paths-ignore:
- '**.md'
Expand Down Expand Up @@ -29,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: macos-deps
path: './osx'
path: './osx'

0 comments on commit 44d899b

Please sign in to comment.