Skip to content

Commit

Permalink
Trigger on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 26, 2024
1 parent 3009a17 commit 9c84b13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-contributor-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: 'Build Contributor container (PR)'
on:
push:
paths:
- docker-contributor
- docker-contributor/**
- .github/workflows/build-contributor-container-PR.yml
pull_request:
branches:
- main
paths:
- docker-contributor
- docker-contributor/**
- .github/workflows/build-contributor-container-PR.yml

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-domjudge-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
paths:
- .github/workflows/build-domjudge-container-PR.yml
- docker
- docker/**
pull_request:
branches:
- main
paths:
- .github/workflows/build-domjudge-container-PR.yml
- docker
- docker/**

env:
DOMJUDGE_VERSION: M.m.p
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-gitlab-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
paths:
- docker-contributor/php-config
- docker-gitlabci
- docker-gitlabci/**
- .github/workflows/build-gitlab-container-PR.yml
pull_request:
branches:
- main
paths:
- docker-contributor/php-config
- docker-gitlabci
- docker-gitlabci/**
- .github/workflows/build-gitlab-container-PR.yml

jobs:
Expand Down

0 comments on commit 9c84b13

Please sign in to comment.