Skip to content

Commit

Permalink
Update flakehub-publish-rolling.yml
Browse files Browse the repository at this point in the history
change master_jammy to master
  • Loading branch information
ahoneybun authored and jackpot51 committed Mar 24, 2024
1 parent 266e925 commit 5410746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Publish every Git push to master_jammy to FlakeHub"
name: "Publish every Git push to master to FlakeHub"
on:
push:
branches:
- "master_jammy"
- "master"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 5410746

Please sign in to comment.