aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/page.yml10
-rw-r--r--.github/workflows/update.yml5
2 files changed, 5 insertions, 10 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index 3694352..84fec1e 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -1,22 +1,18 @@
-name: 'Deploy to Pages'
-
+name: "Deploy to Pages"
on:
push:
branches: ["main"]
paths-ignore:
- - '.github/**'
- - 'README.md'
+ - ".github/**"
+ - "README.md"
workflow_dispatch:
-
permissions:
contents: read
pages: write
id-token: write
-
concurrency:
group: "pages"
cancel-in-progress: true
-
jobs:
build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 69d3980..af05bdf 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -1,9 +1,8 @@
-name: 'Update flake.lock'
+name: "Update flake.lock"
on:
workflow_dispatch:
schedule:
- - cron: '30 5 * * 0'
-
+ - cron: "30 5 * * 0"
# you need to grant permissions to create PR:
# https://github.com/DeterminateSystems/update-flake-lock/issues/75
jobs: