Github YU make main default -.-

This commit is contained in:
Mentor Palokaj 2021-10-16 13:49:29 +02:00
parent 20a0e69052
commit ac364eecbd
2 changed files with 4 additions and 4 deletions

View File

@ -9,12 +9,12 @@ on:
- 'src/**' - 'src/**'
- 'modules/**' - 'modules/**'
branches: branches:
- master - main
# Trigger on push to master (edge case, local merge) # Trigger on push to master (edge case, local merge)
push: push:
branches: branches:
- master - main
paths: paths:
- '*.json' - '*.json'
- '*.js' - '*.js'

View File

@ -9,12 +9,12 @@ on:
- 'src/**' - 'src/**'
- 'modules/**' - 'modules/**'
branches: branches:
- master - main
# Trigger on push to master (edge case, local merge) # Trigger on push to master (edge case, local merge)
push: push:
branches: branches:
- master - main
paths: paths:
- '*.json' - '*.json'
- '*.js' - '*.js'