Skip to content

Commit

Permalink
chore: deprecate "releases" branch by providing clear messaging (#12375)
Browse files Browse the repository at this point in the history
* chose: deprecate "releases" branch by providing clear messaging

This is being done in support of #12072

* fix: restore contents of makefile

restore contents of makefile, which seems to have been deleted accidentally

* Revert "fix: restore contents of makefile"

This reverts commit 9de27df.

* Made the message stand out more and also print to STDERR

* Adjusted workflow actions in releases branch to not run on pull_request so they aren't triggered by changes to the releases branch

* Update Makefile

Co-authored-by: Phi-rjan <[email protected]>

* Update Makefile

Co-authored-by: Phi-rjan <[email protected]>

---------

Co-authored-by: Phi <[email protected]>
  • Loading branch information
BigLep and rjan90 authored Aug 13, 2024
1 parent 6bdbbc0 commit 147e5de
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 528 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
pull_request:
push:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check

on:
pull_request:
push:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test

on:
pull_request:
push:
branches:
- master
Expand Down
Loading

0 comments on commit 147e5de

Please sign in to comment.