mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-20 05:03:23 +00:00
Update workflow
This commit is contained in:
parent
00ae6e4623
commit
51a12814f9
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:
|
||||
|
Loading…
Reference in New Issue
Block a user