Skip to content

Commit

Permalink
Fix misnamed default branch in GHA dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eves authored Jun 19, 2024
1 parent 4951a3f commit f932506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Docker fastcgi image
on:
push:
branches: [ "main" ]
branches: [ "master" ]
paths-ignore:
- kubernetes/**
- web/server/TypeTuner/tunable-fonts/**
Expand Down

0 comments on commit f932506

Please sign in to comment.