Update news and adds blog link to menu #98
Workflow file for this run
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: Functions | |
on: | |
pull_request: | |
paths-ignore: | |
- 'functions/**' | |
- '.github/workflows/functions.yml' | |
jobs: | |
deploy-functions: | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "This job is always green to ensure PRs without code changes to the main folders can also merge"' |