Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix on conditions
Browse files Browse the repository at this point in the history
maldoinc committed Dec 26, 2024
1 parent 0f7cf7d commit da0e34a
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run tests
on:
- push
- push:
branches: master
- pull_request:
branches: master
jobs:
3 changes: 2 additions & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Integration tests
on:
- push
- push:
branches: master
- pull_request:
branches: master
jobs:

0 comments on commit da0e34a

Please sign in to comment.