Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 24, 2024
1 parent 1b21219 commit 1468c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Deployment
name: CD

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Continuous Integration

on:
push:
branches:
- main
push
# branches:
# - main

jobs:
CI:
Expand Down

0 comments on commit 1468c39

Please sign in to comment.