aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/css.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-12-16 09:22:18 +0200
committerGitHub <[email protected]>2022-12-16 09:22:18 +0200
commitf0ae5cceac1302d51cf62ffb180355bfc3300ae2 (patch)
treeaf5ef4ffd70e17511e31826343d0caa466e44864 /.github/workflows/css.yml
parent471edac3d3cae51d415f03d941af1f27e72c9198 (diff)
downloadbootstrap-f0ae5cceac1302d51cf62ffb180355bfc3300ae2.tar.xz
bootstrap-f0ae5cceac1302d51cf62ffb180355bfc3300ae2.zip
CI: limit the on push triggers (#35574)
Since now we have workflow_dispatch, we can trigger a workflow manually in case we don't have an open PR. Also, remove the custom `ci skip` code; it's supported natively for some time now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
Diffstat (limited to '.github/workflows/css.yml')
-rw-r--r--.github/workflows/css.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 6bfde50af..3ad8fef93 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -2,8 +2,8 @@ name: CSS
on:
push:
- branches-ignore:
- - "dependabot/**"
+ branches:
+ - main
pull_request:
workflow_dispatch: