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 3f4a7d0 commit 677ba9fCopy full SHA for 677ba9f
.github/workflows/build-project.yml
@@ -4,7 +4,16 @@
4
5
name: Build Project
6
7
-on: push
+on:
8
+ push:
9
+ branches:
10
+ - /refs/heads/*
11
+ - !main
12
+ - !develop
13
+ pull_request:
14
15
+ - main
16
+ - develop
17
18
jobs:
19
build:
.github/workflows/sonarcloud-analysis.yml
name: SonarCloud Analysis
0 commit comments