mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Update workflow
Following this update : https://github.blog/changelog/2023-09-13-github-actions-updates-to-github_ref-and-github-ref/
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -2,13 +2,9 @@ name: Sith 3 CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- taiste
|
||||
branches: [master, taiste, refs/heads/master, refs/heads/taiste]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- taiste
|
||||
branches: [master, taiste, refs/heads/master, refs/heads/taiste]
|
||||
|
||||
jobs:
|
||||
black:
|
||||
|
Reference in New Issue
Block a user