Skip to content

Commit

Permalink
change: GitHub Actions trigger from push to release
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 25, 2019
1 parent fca376f commit 525f774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
workflow "Main workflow" {
on = "push"
on = "release"
resolves = ["Build and deploy with MkDocs"]
}

Expand Down
4 changes: 2 additions & 2 deletions docs/hosting-and-deployment/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
└── entrypoint.sh
```

### (3) Push commit
### (3) Update releases

When you push commits, GitHub Actions runs.
Triggered when a release is `published`, `unpublished`, `created`, `edited`, `deleted`, or `prereleased`.



Expand Down

0 comments on commit 525f774

Please sign in to comment.