Skip to content

Commit

Permalink
build only master
Browse files Browse the repository at this point in the history
  • Loading branch information
andryblack committed Mar 11, 2023
1 parent ee607b2 commit da63ae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build
run-name: ${{ github.actor }} test build
on: [push]
on:
push:
branches:
- 'master'
jobs:
macos:
runs-on: macos-latest
Expand Down

0 comments on commit da63ae3

Please sign in to comment.