Skip to content

Commit

Permalink
Update analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paultagoras committed Sep 5, 2024
1 parent 4e25ba2 commit bb98437
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Analysis

on:
# push:
# branches:
# - main
# paths-ignore:
# - "**.md"
# - "**/docs/**"
# - "**/LICENSE"
# - "**/NOTICE"
# pull_request:
# branches:
# - main
# types:
# - opened
# - synchronize
# - reopened
# paths-ignore:
# - "**.md"
# - "**/docs/**"
# - "**/LICENSE"
# - "**/NOTICE"
push:
branches:
- main
paths-ignore:
- "**.md"
- "**/docs/**"
- "**/LICENSE"
- "**/NOTICE"
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
paths-ignore:
- "**.md"
- "**/docs/**"
- "**/LICENSE"
- "**/NOTICE"
workflow_dispatch:
inputs:
pr:
Expand Down

0 comments on commit bb98437

Please sign in to comment.