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 5558fa0 commit 00f0ab0Copy full SHA for 00f0ab0
.github/workflows/continuous-integration.yml
@@ -2,7 +2,9 @@ name: CI/CD build
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches:
6
+ - main
7
+ - '*.x'
8
9
jobs:
10
build:
0 commit comments