Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: shell commands
on : [push]
on :
pull_request:
branches:
- Master
jobs:
run-shell-command:
runs-on: ubuntu-latest
Expand Down
Empty file added dev
Empty file.
Empty file added feat
Empty file.