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 cebb7b6 commit acdf018Copy full SHA for acdf018
.github/workflows/Documentation.yml
@@ -4,7 +4,7 @@ name: Documentation
4
5
# Controls when the action will run. Workflow runs when manually triggered using the UI
6
# or API.
7
-on: [push]
+on: [push, pull_request]
8
9
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
10
jobs:
.github/workflows/Lint.yml
@@ -1,6 +1,6 @@
1
name: Code Lint
2
3
Linters:
.github/workflows/UnitTests.yml
@@ -1,10 +1,6 @@
name: Tests
-on:
- push:
- branches: [ master ]
- pull_request:
Unit_Tests:
0 commit comments