update actions

This commit is contained in:
Lauri Räsänen 2023-01-28 14:27:27 +02:00
parent c43ba3fe6e
commit 9e67f20667

View file

@ -3,6 +3,14 @@ name: Build & Deploy pages
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths-ignore:
- 'README.md'
- '.gitignore'
- '*.sh'
- '.vscode/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always