diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 91e9036..db63275 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,5 +1,14 @@ name : actions workflow -on : [push, pull_request] +on : + #schedule: + # - cron: "0/3 * * * *" + push: + branches: + - Master + pull_request: + branches: + - Master + #types: [assigned,opened,reopened] jobs: run-github-actions: runs-on : ubuntu-latest diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index d2b2222..f7e820f 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -1,5 +1,8 @@ name: shell commands -on : [push] +on : + pull_request: + branches: + - Master jobs: run-shell-command: runs-on: ubuntu-latest diff --git a/dev b/dev new file mode 100644 index 0000000..e69de29 diff --git a/feat b/feat new file mode 100644 index 0000000..e69de29