We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f978a commit a2802baCopy full SHA for a2802ba
.github/workflows/build.yml
@@ -5,7 +5,9 @@ name: Build and test
5
6
on:
7
push:
8
+ branches: [main]
9
pull_request:
10
+ branches: [main, dev]
11
workflow_call:
12
13
jobs:
0 commit comments