Skip to content

Commit

Permalink
HOTFIX IC-20210105, Remove duplicate GitHub actions workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jan 6, 2021
1 parent ef2a033 commit dd1a0b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Static Analysis

# Run this workflow every time a new commit pushed to your repository
on: [push, pull_request]
push:
branches:
- main
pull_request:

jobs:

Expand Down

0 comments on commit dd1a0b7

Please sign in to comment.