Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarthinsen committed Jan 13, 2024
1 parent 3395cae commit f125c2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 112 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: ["main"]
pull_request:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
on: [push, workflow_dispatch]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
100 changes: 0 additions & 100 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit f125c2f

Please sign in to comment.