Skip to content

Commit

Permalink
chore: push and PR triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Jan 11, 2024
1 parent a101975 commit 630ebd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Development branches
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master'
pull_request:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master'

jobs:
build:
Expand Down

0 comments on commit 630ebd0

Please sign in to comment.