Skip to content

Commit

Permalink
github actions: enable for branches (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 28, 2022
1 parent f042b82 commit d39e41f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: macos

on:
push:
branches:
- main
- 8.*
pull_request:
branches:
- main
- 7.1*
- 8.*

jobs:
Expand Down

0 comments on commit d39e41f

Please sign in to comment.