Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Jun 15, 2024
1 parent d7ed7dc commit d8e2e57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build and Test
on: [push, pull_request]
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build-and-test:
concurrency: ci-${{ github.ref }}
Expand Down

0 comments on commit d8e2e57

Please sign in to comment.