build 2024-02-07 22:00:55 #210
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send release to the CDN | |
on: | |
# Trigger the workflow on push or pull request, | |
# but only for the master branch | |
push: | |
branches: | |
- master | |
jobs: | |
wget: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run php script at wordpress2 server | |
run: | | |
wget -qO- https://growup.wpmix.net/wp-content/plugins/github_hook.php |