mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
update
This commit is contained in:
parent
931aa883a7
commit
3facf6377f
@ -1,6 +1,14 @@
|
||||
# .github/workflows/github-actions-change-variable.yml
|
||||
on: [push]
|
||||
name: Variable Substitution
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ docs ]
|
||||
pull_request:
|
||||
branches: [ docs ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
name: GitHub Actions Demo
|
||||
on: [push]
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the main branch
|
||||
push:
|
||||
branches: [ docs ]
|
||||
pull_request:
|
||||
branches: [ docs ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
Loading…
Reference in New Issue
Block a user