Skip to content

Commit

Permalink
try to run on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 23, 2023
1 parent d1fb209 commit d8c2b98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**What does this PR do?**
<!-- A brief description of the change being made with this pull request. -->

**Motivation**
<!-- What inspired you to submit this pull request? -->

**Additional Notes**
<!-- Anything else we should know when reviewing? -->

**How to test the change?**
<!--
Describe here how the change can be validated.
You are strongly encouraged to provide automated tests for this PR (unit or integration).
If this change cannot be feasibly tested, please explain why,
unless the change does not modify code (e.g. only modifies docs, comments).
-->
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Check
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
check:
name: Check types
Expand Down

0 comments on commit d8c2b98

Please sign in to comment.