Skip to content

Commit

Permalink
workflow: fix build_master and renamed build workflows for easy ident…
Browse files Browse the repository at this point in the history
…ification on web page
  • Loading branch information
javierggt committed Dec 3, 2024
1 parent 7cec510 commit 1885efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Conda build
name: Build Master
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conda build
name: Build Release
on:
release:
types:
Expand Down

0 comments on commit 1885efa

Please sign in to comment.