Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Sep 5, 2024
1 parent e41b603 commit f8dfa8a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
# Simple workflow for deploying static content to GitHub Pages
name: Script CI Tests

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches:
- main

jobs:
# Single deploy job since we're just deploying
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5

- uses: aiken-lang/setup-aiken@v1
with:
Expand Down

0 comments on commit f8dfa8a

Please sign in to comment.