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: on:
push: push:
branches: branches: [master, taiste, refs/heads/master, refs/heads/taiste]
- master
- taiste
pull_request: pull_request:
branches: branches: [master, taiste, refs/heads/master, refs/heads/taiste]
- master
- taiste
jobs: jobs:
black: black:

View File

@ -3,7 +3,7 @@ concurrency: production
on: on:
push: push:
branches: [master] branches: [master, refs/heads/master]
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -2,7 +2,8 @@ name: Sith3 taiste
on: on:
push: push:
branches: [ taiste ] branches: [taiste, refs/heads/taiste]
workflow_dispatch:
jobs: jobs:
deployment: deployment: