Skip to content

Commit

Permalink
Merge branch 'main' into feature/Setup-elasticsearch-mapping-configs-#26
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Aug 1, 2024
2 parents 9b07643 + 7595849 commit e1e8a80
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/setup_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Setup & test

on: [ push, pull_request ]
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '0 0 * * *'

jobs:
tests:
Expand Down

0 comments on commit e1e8a80

Please sign in to comment.