1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

rename workflows

This commit is contained in:
Rob Ede 2023-11-01 15:24:51 +00:00
parent 9ca7f89606
commit 7c4b52623e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 11 additions and 4 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
# These are supported funding model platforms
github: [robjtede]

View File

@ -1,8 +1,10 @@
name: Check examples
name: Examples
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [main]

View File

@ -1,14 +1,16 @@
name: Build website
name: Website
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [main]
jobs:
test-deploy:
name: Build check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3