GitHub Actions: renamed master to main

This commit is contained in:
Karl Tauber
2021-02-19 16:38:25 +01:00
parent 698e33ddf4
commit 9a8c68b846

View File

@@ -77,7 +77,7 @@ jobs:
needs: build
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/master' &&
github.ref == 'refs/heads/main' &&
github.repository == 'JFormDesigner/FlatLaf'
steps: