Skip to content

Commit

Permalink
Change when some github workflows run (#1583)
Browse files Browse the repository at this point in the history
Try to run these more frequently/often.
  • Loading branch information
crankyoldgit authored Aug 28, 2021
1 parent cebb7b6 commit acdf018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Documentation

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push]
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code Lint

on: [push]
on: [push, pull_request]

jobs:
Linters:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
Unit_Tests:
Expand Down

0 comments on commit acdf018

Please sign in to comment.