Remove branch constraint on workflows used for testing

This means you are going to be notified of CI issues quicker, especially if you have to wait for a confirmation before running the workflows on your PR.
This commit is contained in:
js6pak 2024-07-21 00:19:08 +02:00
parent 18b9c2a276
commit 3f75cd0094
No known key found for this signature in database
GPG Key ID: 3E3CD91EB1AAFB06
6 changed files with 0 additions and 17 deletions

View File

@ -5,9 +5,6 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
push: push:
branches:
- main
- releases/*
paths-ignore: paths-ignore:
- '**.md' - '**.md'

View File

@ -2,8 +2,6 @@ name: Check dist/
on: on:
push: push:
branches:
- main
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request:

View File

@ -2,9 +2,7 @@ name: CodeQL analysis
on: on:
push: push:
branches: [main]
pull_request: pull_request:
branches: [main]
schedule: schedule:
- cron: '0 3 * * 0' - cron: '0 3 * * 0'

View File

@ -5,9 +5,6 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
push: push:
branches:
- main
- releases/*
paths-ignore: paths-ignore:
- '**.md' - '**.md'

View File

@ -2,11 +2,7 @@ name: Licensed
on: on:
push: push:
branches:
- main
pull_request: pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -5,9 +5,6 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
push: push:
branches:
- main
- releases/*
paths-ignore: paths-ignore:
- '**.md' - '**.md'