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 39410bb commit 4b9afd2Copy full SHA for 4b9afd2
.github/workflows/core-build.yml
@@ -1,7 +1,11 @@
1
name: core-build
2
on:
3
push:
4
+ branches:
5
+ - 'master'
6
pull_request:
7
8
9
workflow_dispatch:
10
11
jobs:
.github/workflows/core_codestyle.yml
@@ -1,19 +1,15 @@
name: Codestyle Checks
- branches: [ master ]
check-codestyle:
strategy:
fail-fast: false
12
-
13
runs-on: ubuntu-latest
14
name: Check Codestyling
15
steps:
16
- uses: actions/checkout@v2
17
18
- name: Check Codestyling
19
run: source ./apps/ci/ci-codestyle.sh
0 commit comments