Skip to content

Commit

Permalink
removed workflow settings for fast iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Feb 1, 2024
1 parent 7f615f0 commit e622311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
name: "docs"

on:
# Runs on pushes targeting the path
push:
branches: ["*"]
paths: ["docs/**"]
pull_request:
branches: ["*"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "release"
on:
push:
branches: ["main"]
# push:
# branches: [ "*" ]
# pull_request:
# branches: [ "*" ]

# This is the example from the readme.
# On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down

0 comments on commit e622311

Please sign in to comment.