Skip to content

Commit

Permalink
testing pure-go in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
inosmeet committed Jan 11, 2025
1 parent 1fd1e38 commit f63dc50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- testing
tags:
paths-ignore:
- '**.md'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: FOSSA
on:
push:
branches: [master]
branches:
- master
- testing
paths-ignore:
- '**.md'
- 'docs/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- testing
tags:
paths-ignore:
- '**.md'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- testing
tags:
paths-ignore:
- '**.md'
Expand Down Expand Up @@ -469,4 +470,4 @@ jobs:
if: always()
with:
name: ${{ matrix.cases.result-name }}
path: /tmp/results/
path: /tmp/results/

0 comments on commit f63dc50

Please sign in to comment.