Skip to content

Commit

Permalink
Try to use another syntax for running GitHub Actions for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 22, 2023
1 parent 29b7fce commit d4d9adf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Linux

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

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

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit d4d9adf

Please sign in to comment.