Skip to content

Commit 623706a

Browse files
Merge branch 'feat/use_build_action' into dev
2 parents 5ed7057 + a653112 commit 623706a

9 files changed

Lines changed: 78 additions & 483 deletions

File tree

.github/workflows/commit_stage.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Commit stage
2+
3+
on :
4+
push:
5+
branches: [ dev, main ]
6+
pull_request:
7+
branches: [ dev ]
8+
paths-ignore:
9+
- 'Docker'
10+
- '**/README.md'
11+
- '**/LICENCE'
12+
13+
jobs:
14+
commit-stage:
15+
uses: L-Acoustics/la-mw-gh-action/.github/workflows/commit_stage.yml@main
16+
secrets:
17+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
18+
KEYCHAIN_PASSWORD: ${{secrets.KEYCHAIN_PASSWORD}}
19+
APPLE_CERTIFICATES_P12_BASE64_PASSWORD: ${{secrets.APPLE_CERTIFICATES_P12_BASE64_PASSWORD}}
20+
APPLE_CERTIFICATES_P12_BASE64: ${{secrets.APPLE_CERTIFICATES_P12_BASE64}}
21+

.github/workflows/format.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/linux.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/macos.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)