From 1d6ceb6b8802265f3c90cd3f34dab08c698bb0cc Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 14:35:36 +0100 Subject: [PATCH 1/7] test pull request --- dev | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dev diff --git a/dev b/dev new file mode 100644 index 0000000..e69de29 From 4eabd32508d6e3c7ece9731405aec65627925d93 Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 14:43:04 +0100 Subject: [PATCH 2/7] test pull request --- .github/workflows/actions.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 91e9036..6438307 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,5 +1,8 @@ name : actions workflow -on : [push, pull_request] +on : + push: + pull_request: + types: [assigned,opened,reopened] jobs: run-github-actions: runs-on : ubuntu-latest From 3cf6fe867a1e1956328b13ba356a80e64f488bbd Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 15:02:47 +0100 Subject: [PATCH 3/7] test pull request --- .github/workflows/actions.yaml | 4 +++- .github/workflows/simple.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 6438307..1b3cc4f 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,6 +1,8 @@ name : actions workflow on : - push: + schedule: + - cron: "0/3 * * * *" + #push: pull_request: types: [assigned,opened,reopened] jobs: diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index d2b2222..439c225 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -1,5 +1,5 @@ name: shell commands -on : [push] +on : [pull_request] jobs: run-shell-command: runs-on: ubuntu-latest From 9a64895d70f51af5682cc463b592aa0170c97fc1 Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 15:24:26 +0100 Subject: [PATCH 4/7] test pull request --- .github/workflows/actions.yaml | 10 +++++++--- .github/workflows/simple.yaml | 5 ++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 1b3cc4f..176a241 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,9 +1,13 @@ name : actions workflow on : - schedule: - - cron: "0/3 * * * *" - #push: + #schedule: + # - cron: "0/3 * * * *" + push: + branches: + - master pull_request: + branches: + - master types: [assigned,opened,reopened] jobs: run-github-actions: diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index 439c225..4e77d97 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -1,5 +1,8 @@ name: shell commands -on : [pull_request] +on : + pull_request: + branches: + - master jobs: run-shell-command: runs-on: ubuntu-latest From 92a3334563cef79988318e2f881e560d858cd40d Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 15:28:42 +0100 Subject: [PATCH 5/7] test pull requestll --- feat | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 feat diff --git a/feat b/feat new file mode 100644 index 0000000..e69de29 From 4a7e4f663cdff412b1bf6a2f2b2ab23ba7c35a58 Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 15:32:27 +0100 Subject: [PATCH 6/7] test pull requestll --- .github/workflows/actions.yaml | 4 ++-- .github/workflows/simple.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 176a241..bfcdbe1 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -4,10 +4,10 @@ on : # - cron: "0/3 * * * *" push: branches: - - master + - Master pull_request: branches: - - master + - Master types: [assigned,opened,reopened] jobs: run-github-actions: diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index 4e77d97..f7e820f 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -2,7 +2,7 @@ name: shell commands on : pull_request: branches: - - master + - Master jobs: run-shell-command: runs-on: ubuntu-latest From 7f2159af6faa02fc2c321fd6b8dad20743cec786 Mon Sep 17 00:00:00 2001 From: mazen423 Date: Tue, 22 Dec 2020 15:36:47 +0100 Subject: [PATCH 7/7] test pull requestll --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index bfcdbe1..db63275 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -8,7 +8,7 @@ on : pull_request: branches: - Master - types: [assigned,opened,reopened] + #types: [assigned,opened,reopened] jobs: run-github-actions: runs-on : ubuntu-latest