Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 19, 2023
1 parent 8effce8 commit 84e71dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Github Actions
name: CI/CD

on:
push:
branches: ["main"]
Expand All @@ -7,8 +8,6 @@ on:

jobs:
test:
using: docker
image: Dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 84e71dc

Please sign in to comment.