Skip to content

Commit

Permalink
Activate code styling workflow for the main and develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 23, 2024
1 parent e86500e commit 8772794
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Code Style
on:
# push:
# branches:
# - main
# - dev
# pull_request:
# paths:
# - '**.[ch]pp'
# - '**.[ch]'
# - '.github/**'
push:
branches:
- main
- develop
pull_request:
paths:
- '**.[ch]pp'
- '**.[ch]'
- '.github/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8772794

Please sign in to comment.