Skip to content

Commit

Permalink
Define on as in the other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 28, 2023
1 parent e288032 commit 54e3e43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Based on: https://github.com/cpp-linter/cpp-linter-action
name: cpp-linter

on: pull_request
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 54e3e43

Please sign in to comment.