Skip to content

Commit

Permalink
fix: python api test github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg committed Nov 8, 2023
1 parent 0b58268 commit a95b94d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test

on: [push]
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
Expand Down

0 comments on commit a95b94d

Please sign in to comment.