Skip to content

Commit

Permalink
Workflow-generator branch was removed from the list of triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 28, 2021
1 parent 420bc08 commit 1fc3055
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"on": {
"push": {
"branches": [
"workflow-generator",
"master"
]
},
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"on": {
"push": {
"branches": [
"workflow-generator",
"master"
]
},
Expand Down
6 changes: 2 additions & 4 deletions src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@


(defworkflow docs
:on-push-to ("workflow-generator"
"master")
:on-push-to "master"
:by-cron "0 10 * * 1"
:cache t
:jobs ((build-docs)))
Expand All @@ -40,8 +39,7 @@


(defworkflow ci
:on-push-to ("workflow-generator"
"master")
:on-push-to "master"
:by-cron "0 10 * * 1"
:on-pull-request t
:cache t
Expand Down

0 comments on commit 1fc3055

Please sign in to comment.