Skip to content

Commit

Permalink
Merge pull request #102 from Quantmetry/test_split
Browse files Browse the repository at this point in the history
fix 'on' syntax
  • Loading branch information
baruch11 authored Oct 25, 2023
2 parents d3ae729 + 396f958 commit d62bb5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_env.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Unit tests on many environments
on:
- push:
branches:
- dummy_dev
- workflow_dispatch
push:
branches:
- dummy_dev
workflow_dispatch:

jobs:
Explore-GitHub-Actions:
Expand Down

0 comments on commit d62bb5f

Please sign in to comment.