ulterno

joined 3 days ago
[–] [email protected] 1 points 1 day ago

Thanks, I'll look into that.
While trying this time (as you can see in one of the commits), I added workflow_dispatch at the wrong place, causing a problem. Later realised that it is part of the on

[–] [email protected] 4 points 1 day ago (4 children)

I just used Google to search "zangoose github" and one of your github.io sites popped up.
That's how I found your github.

[–] [email protected] 2 points 1 day ago (2 children)

Well, it does have triggers for other branches:

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

So, most probably would have a way to run it on other branches.

[–] [email protected] 2 points 1 day ago

In my last workplace, I was responsible for making whatever automation I wanted (others just did everything manually) and I just appended a bunch of bash scripts to the Qt Creator Build and Run commands. It easily worked pretty well.
I guess the fancy systems are again, just to add another layer of abstraction, when everything is running on their containers instead of ours.

[–] [email protected] 14 points 2 days ago

In those cases, I just use amend.

It's a new website afterall, nobody is pulling that.

[–] [email protected] 3 points 2 days ago (3 children)

I’ve been meaning on spending a morning getting Nektos/ACT running.

I was just going to say I need to find a way to run it all on my system to learn it. If this can do it without actually having to push to GitHub, it would be really good for practice.

view more: ‹ prev next ›