Skip to content

Commit 0f59fb2

Browse files
committed
Merge remote-tracking branch 'v3io/development' into fix-CI-with-dockerhub-creds
# Conflicts: # .github/workflows/push.yml
2 parents 340a981 + e118ea1 commit 0f59fb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
name: CI
15+
name: CI-PR
1616

17-
on: pull_request_target
17+
on:
18+
pull_request_target:
19+
workflow_dispatch:
1820

1921
jobs:
2022
lint:

0 commit comments

Comments
 (0)