Skip to content

Commit

Permalink
GHA: Runs compilation for all dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 28, 2023
1 parent 7222760 commit 7f8c1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'
- '.git*'
push:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'
- '.git*'
Expand Down

0 comments on commit 7f8c1b6

Please sign in to comment.