mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Update workflow
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -2,9 +2,10 @@ name: Sith 3 CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, taiste, refs/heads/master, refs/heads/taiste]
|
||||
branches: [master, taiste]
|
||||
pull_request:
|
||||
branches: [master, taiste, refs/heads/master, refs/heads/taiste]
|
||||
branches: [master, taiste]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
black:
|
||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -3,7 +3,7 @@ concurrency: production
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, refs/heads/master]
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/taiste.yml
vendored
2
.github/workflows/taiste.yml
vendored
@ -2,7 +2,7 @@ name: Sith3 taiste
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [taiste, refs/heads/taiste]
|
||||
branches: [taiste]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user