Skip to content

Commit

Permalink
adding rule to test this sptw on every merge with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Nov 28, 2023
1 parent 8af8a46 commit 126c44d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-B01_SL_load_single_file.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test B01_SL_load_single_file
'on': pull_request
on:
pull_request: {}
push:
branches: [ main ]
jobs:
python_run_scripts:
strategy:
Expand Down

0 comments on commit 126c44d

Please sign in to comment.