Skip to content

Commit

Permalink
Add the hability to run the ci/cd on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Torradeflot committed Jun 4, 2024
1 parent 8ef5f1a commit 32b8fe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# .github/workflows/python-tests.yml
name: LaCE automated testing

on: [push]
on:
push:
branches: '*'
workflow_dispatch:


jobs:
build:
Expand Down

0 comments on commit 32b8fe9

Please sign in to comment.