We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd0b9d commit c92edfdCopy full SHA for c92edfd
1 file changed
.github/workflows/actions.yaml
@@ -1,5 +1,9 @@
1
name: Black, Flake, Tests
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches: [master]
5
+ pull_request:
6
7
8
jobs:
9
build:
0 commit comments