Skip to content

Commit

Permalink
fix: removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Aug 21, 2023
1 parent 1eca935 commit af751fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Test
on: [push, pull_request]
on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit af751fa

Please sign in to comment.