in Technology by
How to use multiple events in trigger workflows?

1 Answer

0 votes
by

You can specify a single event or multiple events. For example, a workflow with the following on value will run when a push is made to any branch in the repository or when someone forks the repository:

on: [push, fork]

If you specify multiple events, only one of those events needs to occur to trigger your workflow. If multiple triggering events for your workflow occur at the same time, multiple workflow runs will be triggered.

Related questions

0 votes
    How to use events to trigger workflows?...
asked Jun 19, 2023 in Technology by JackTerrance
0 votes
    How to automatically trigger GitHub Actions workflows?...
asked Jun 19, 2023 in Technology by JackTerrance
0 votes
    I posted a question about my Dynamic Trigger yesterday and it turns out my last issue was due to including one ... INT SELECT @lastGroup = MAX(GroupNumber) FROM #Changes WHILE @i...
asked May 26, 2022 in Education by JackTerrance
0 votes
    I posted a question about my Dynamic Trigger yesterday and it turns out my last issue was due to including one ... INT SELECT @lastGroup = MAX(GroupNumber) FROM #Changes WHILE @i...
asked May 13, 2022 in Education by JackTerrance
0 votes
    How does a user generate multiple keydown events? (a) Repeating the same process (b) Pressing multiple keys ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    How to use docker for multiple application environments?...
asked Jun 21, 2021 in Technology by JackTerrance
0 votes
    Explain how you can use backbone.js for multiple page web app ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What I'm trying to do here is use the 2 functions but I don't know how to use both of them ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    What I'm trying to do here is use the 2 functions but I don't know how to use both of them ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I'd like to use two view engines in my asp.net mvc web application. The first one is the Brail ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    I've got two different apps that I am hosting (well the second one is about to go up) on Amazon EC2. ... path ; ec2-describe-instances Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    I'm not advanced programmer in SQL and maybe my question is silly, but I haven't found an answer ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    I would really appreciate if someone can guide me to check if a particular field is included in update call inside ... . Many thanks. Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    What is Trigger and how many types of triggers in WPF?...
asked Apr 8, 2021 in Education by JackTerrance
0 votes
    Can we use multiple ScriptManager on a page?...
asked Dec 31, 2020 in Technology by JackTerrance
...