Skip to content

Commit ab8f965

Browse files
committed
HOTFIX IC-20210105, Remove duplicate GitHub actions workflow call
1 parent ef2a033 commit ab8f965

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Static Analysis
22

33
# Run this workflow every time a new commit pushed to your repository
4-
on: [push, pull_request]
4+
on:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
59

610
jobs:
711

0 commit comments

Comments
 (0)