Skip to content

Commit

Permalink
Merge pull request #276 from nyx-space/247-cargo-release-from-release…
Browse files Browse the repository at this point in the history
…-step

Homogenize github CI action trigers
  • Loading branch information
ChristopherRabotin authored Jul 7, 2024
2 parents ffd62e6 + 471ddc9 commit e9f4cf3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmarks
name: Benchmark ANISE versus SPICE

on:
push:
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/gui.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
on:
pull_request:
push:
branches:
- master

name: ANISE GUI

on:
push:
branches:
- master
tags:
- '*'
pull_request:
workflow_dispatch:

env:
RUST_BACKTRACE: 1
RUST_LOG: info
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# This file is autogenerated by maturin v1.4.0
# To update, run
#
# maturin generate-ci github
#
name: Python
name: ANISE Python

on:
push:
branches:
- main
- master
tags:
- '*'
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: ANISE Rust

on:
pull_request:
push:
branches:
- master

name: ANISE Rust Workflow
tags:
- '*'
pull_request:
workflow_dispatch:

env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit e9f4cf3

Please sign in to comment.