Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 84ea6c5 commit 5ddc861
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Clang-Format
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
jobs:
Clang-Format:
uses: steinwurf/clang-format-action/.github/workflows/action.yml@4.0.0
name: Clang-Format
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null

0 comments on commit 5ddc861

Please sign in to comment.