Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/taskemapp/taskem-server into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
ripls56 committed Jul 31, 2024
2 parents 96ffe16 + faa08bc commit ce4f24a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Test and coverage

on: [push, pull_request]
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev

jobs:
build:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/gitguardian.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: GitGuardian scan

on: [push, pull_request]
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev

jobs:
scanning:
name: GitGuardian scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
Expand Down

0 comments on commit ce4f24a

Please sign in to comment.