Skip to content

Commit

Permalink
Incorporate Eugene's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Aug 30, 2022
1 parent fd6eabd commit 06ff70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
push:
branches: [ main, actions ]
branches: [ main ]
schedule:
# Run buildAndTest workflow once a day
- cron: '* 12 * * *'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

name: Lint

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

jobs:
clang-format:
# This job can only be run on pull_request since GITHUB_BASE_REF is only set on PR.
if: "github.event_name == 'pull_request'"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 06ff70b

Please sign in to comment.