Skip to content

Commit

Permalink
Update when actions are to be executed (#506)
Browse files Browse the repository at this point in the history
* Update lint.yaml

* Update pytest.yaml
  • Loading branch information
PythonFZ authored Feb 23, 2023
1 parent 524a85c commit eddf81d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check coding style

on:
push:
branches: [ main ]
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: pytest

on:
push:
branches: [ main ]
pull_request:
schedule:
- cron: '14 3 * * 1' # at 03:14 on Monday.
Expand Down

0 comments on commit eddf81d

Please sign in to comment.