Skip to content

Commit

Permalink
Refine the action triggering the test CI (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez authored Jul 4, 2024
1 parent 59725d2 commit af77c0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test on Docker CI

on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test CI

on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

env:
DATABASE_NAME: dejacode
Expand Down

0 comments on commit af77c0a

Please sign in to comment.