We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc316 commit 4a1f5b8Copy full SHA for 4a1f5b8
.github/workflows/ci.yml
@@ -1,11 +1,13 @@
1
name: Thingpress Continuous Integration
2
+
3
on:
4
push:
5
branches:
- - main
6
+ - master
7
pull_request:
8
9
10
11
jobs:
12
CI:
13
runs-on: ubuntu-24.04-arm
.github/workflows/coverage.yml
@@ -4,7 +4,7 @@ run-name: ${{ github.actor }} invoking coverage
CoverageAndLinting:
0 commit comments