Skip to content

Commit

Permalink
use tha main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen committed Mar 25, 2024
1 parent 9ebbd46 commit 1cbd5e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fix-configfile-line-endings.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
on:
push:
branches:
- master
- main
paths:
- 'WORKSPACES'
- WORKSPACES
pull_request:
branches:
- master
- main

jobs:
check-config-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: 'Ensure linux line-endings'
- name: Ensure linux line-endings
run: |
git add --renormalize .
if git diff --exit-code; then
Expand Down

0 comments on commit 1cbd5e5

Please sign in to comment.