Skip to content

Commit

Permalink
Run GitHub actions for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 22, 2023
1 parent c178ee3 commit 93614ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Linux

on:
push:
branches: [ "master" ]
branches:
- '*'
pull_request:
branches: [ "master" ]
branches:
- '*'

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: macOS

on:
push:
branches: [ "master" ]
branches:
- '*'
pull_request:
branches: [ "master" ]
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 93614ce

Please sign in to comment.