We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f81c8 commit a490c51Copy full SHA for a490c51
.github/workflows/black.yml
@@ -1,5 +1,11 @@
1
name: black
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ - "problems/**.py"
5
+ - .github/workflows/black.yml
6
+ pull_request:
7
8
9
jobs:
10
linter_name:
11
name: runner / black formatter
.github/workflows/cocotb.yml
@@ -1,5 +1,13 @@
name: cocotb
+ - "problems/**.v"
+ - .github/workflows/cocotb.yml
12
cocotb-container:
13
runs-on: ubuntu-latest
0 commit comments