aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:15:04 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:15:04 -0500
commitfb6db55f6985a0df55e7d8a1fe3b2fe49649fb76 (patch)
tree0dc283a53eee947fb3ed6431ca2ef9bdf73b4d50 /.github
parentNew jsdelivr URL for Ferdium (diff)
downloadferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.tar.gz
ferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.tar.zst
ferdium-recipes-fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76.zip
Renamed 'master' branch to 'main'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 8cff673..4fd4f97 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -6,10 +6,10 @@ name: Builds
6on: 6on:
7 # Push to any tracked branches 7 # Push to any tracked branches
8 push: 8 push:
9 branches: [master] 9 branches: [main]
10 # PRs only on master branch 10 # PRs only on main branch
11 pull_request: 11 pull_request:
12 branches: [master] 12 branches: [main]
13 # Manual trigger from the UI 13 # Manual trigger from the UI
14 workflow_dispatch: 14 workflow_dispatch:
15 inputs: 15 inputs: