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:
Julien Constant
2023-09-19 22:04:46 +02:00
parent 4b587e8711
commit 00ae6e4623
3 changed files with 5 additions and 8 deletions

View File

@ -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: