mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
rename workflows
This commit is contained in:
parent
9ca7f89606
commit
7c4b52623e
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: [robjtede]
|
@ -1,8 +1,10 @@
|
||||
name: Check examples
|
||||
name: Examples
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
push:
|
||||
branches: [main]
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user