Skip to content

Commit c92edfd

Browse files
committed
Fix CI
1 parent 4cd0b9d commit c92edfd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/actions.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Black, Flake, Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
37

48
jobs:
59
build:

0 commit comments

Comments
 (0)