Commit 3864b560 authored by baberabb's avatar baberabb
Browse files

workflows on just big-refactor

parent 3d0282cf
...@@ -2,9 +2,13 @@ name: Tasks Modified ...@@ -2,9 +2,13 @@ name: Tasks Modified
on: on:
push: push:
branches:
- big-refactor
pull_request: pull_request:
branches:
- big-refactor
workflow_dispatch: workflow_dispatch:
# comment/edit out the above to stop/change the trigger # comment/edit out the above to stop/change the triggers
jobs: jobs:
changed_files: changed_files:
runs-on: ubuntu-latest # windows-latest || macos-latest runs-on: ubuntu-latest # windows-latest || macos-latest
......
...@@ -5,7 +5,11 @@ name: Unit Tests ...@@ -5,7 +5,11 @@ name: Unit Tests
on: on:
push: push:
branches:
- big-refactor
pull_request: pull_request:
branches:
- big-refactor
workflow_dispatch: workflow_dispatch:
# Jobs run concurrently and steps run sequentially within a job. # Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required. # jobs: linter and cpu_tests. Add more jobs/steps as required.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment