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 9ea1ec2 commit 5e57735Copy full SHA for 5e57735
.github/workflows/pylint.yml
@@ -1,6 +1,10 @@
1
name: Pylint
2
3
-on: [push]
+on:
4
+ push:
5
+ paths:
6
+ - "castep_outputs/**"
7
+
8
9
jobs:
10
build:
.github/workflows/test_castep_outputs.yml
@@ -6,8 +6,12 @@ name: Python application
on:
push:
branches: [ "main" ]
11
pull_request:
12
13
14
15
16
permissions:
17
contents: read
0 commit comments