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 ab8f965
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Static Analysis

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

jobs:

Expand Down

0 comments on commit ab8f965

Please sign in to comment.